Метод IBusinessLogicResolver.InvokeDeleteHandler
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Invokes a handler when DELETE statements are being uploaded or downloaded.
Пространство имен: Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка: Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Синтаксис
'Декларация
Public MustOverride Function InvokeDeleteHandler ( _
currentChangeState As ChangeStates, _
methodName As String, _
sourceIdentifier As SourceIdentifier, _
sourceDataSet As DataSet, _
ByRef logLevel As Integer, _
ByRef logMessage As String _
) As ActionOnDataDelete
'Применение
Dim instance As IBusinessLogicResolver
Dim currentChangeState As ChangeStates
Dim methodName As String
Dim sourceIdentifier As SourceIdentifier
Dim sourceDataSet As DataSet
Dim logLevel As Integer
Dim logMessage As String
Dim returnValue As ActionOnDataDelete
returnValue = instance.InvokeDeleteHandler(currentChangeState, _
methodName, sourceIdentifier, sourceDataSet, _
logLevel, logMessage)
public abstract ActionOnDataDelete InvokeDeleteHandler(
ChangeStates currentChangeState,
string methodName,
SourceIdentifier sourceIdentifier,
DataSet sourceDataSet,
ref int logLevel,
ref string logMessage
)
public:
virtual ActionOnDataDelete InvokeDeleteHandler(
ChangeStates currentChangeState,
String^ methodName,
SourceIdentifier sourceIdentifier,
DataSet^ sourceDataSet,
int% logLevel,
String^% logMessage
) abstract
abstract InvokeDeleteHandler :
currentChangeState:ChangeStates *
methodName:string *
sourceIdentifier:SourceIdentifier *
sourceDataSet:DataSet *
logLevel:int byref *
logMessage:string byref -> ActionOnDataDelete
public abstract function InvokeDeleteHandler(
currentChangeState : ChangeStates,
methodName : String,
sourceIdentifier : SourceIdentifier,
sourceDataSet : DataSet,
logLevel : int,
logMessage : String
) : ActionOnDataDelete
Параметры
- currentChangeState
Тип: Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates
The current change state.
- methodName
Тип: System.String
The method name.
- sourceIdentifier
Тип: Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier
The source identifier.
- sourceDataSet
Тип: System.Data.DataSet
The source data set.
- logLevel
Тип: System.Int32%
The log level
- logMessage
Тип: System.String%
The log message.
Возвращаемое значение
Тип: Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataDelete
The ActionOnDataDelete that will be taken by the process after the custom business logic has executed.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport