InvokeDeleteHandler 메서드

이 API는 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

이 멤버는 IBusinessLogicResolver. . :: . .InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%)을(를) 재정의합니다.

네임스페이스:  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