共用方式為


BusinessLogicResolver.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 Overrides 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 BusinessLogicResolver 
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 override 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
) override
abstract InvokeDeleteHandler : 
        currentChangeState:ChangeStates * 
        methodName:string * 
        sourceIdentifier:SourceIdentifier * 
        sourceDataSet:DataSet * 
        logLevel:int byref * 
        logMessage:string byref -> ActionOnDataDelete  
override InvokeDeleteHandler : 
        currentChangeState:ChangeStates * 
        methodName:string * 
        sourceIdentifier:SourceIdentifier * 
        sourceDataSet:DataSet * 
        logLevel:int byref * 
        logMessage:string byref -> ActionOnDataDelete
public override function InvokeDeleteHandler(
    currentChangeState : ChangeStates, 
    methodName : String, 
    sourceIdentifier : SourceIdentifier, 
    sourceDataSet : DataSet, 
    logLevel : int, 
    logMessage : String
) : ActionOnDataDelete

參數

傳回值

型別:Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataDelete
The ActionOnDataDelete that will be taken by the process after the custom business logic has executed.

請參閱

參考

BusinessLogicResolver 類別

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空間