IBusinessLogicResolver.InvokeUpdateConflictHandler 메서드

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

Invokes the handler when conflicting UPDATE statements occur at the source and at the destination.

네임스페이스:  Microsoft.SqlServer.Replication.BusinessLogicSupport
어셈블리:  Microsoft.SqlServer.Replication.BusinessLogicSupport(Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

구문

‘선언
Public MustOverride Function InvokeUpdateConflictHandler ( _
    currentChangeState As ChangeStates, _
    methodName As String, _
    sourceDataSet As DataSet, _
    destinationDataSet As DataSet, _
    ByRef customDataSet As DataSet, _
    sourceIdentifier As SourceIdentifier, _
    ByRef logConflictType As ConflictLogType, _
    ByRef conflictLogMessage As String, _
    ByRef logLevel As Integer, _
    ByRef logMessage As String _
) As ActionOnUpdateConflict
‘사용 방법
Dim instance As IBusinessLogicResolver 
Dim currentChangeState As ChangeStates 
Dim methodName As String 
Dim sourceDataSet As DataSet 
Dim destinationDataSet As DataSet 
Dim customDataSet As DataSet 
Dim sourceIdentifier As SourceIdentifier 
Dim logConflictType As ConflictLogType 
Dim conflictLogMessage As String 
Dim logLevel As Integer 
Dim logMessage As String 
Dim returnValue As ActionOnUpdateConflict 

returnValue = instance.InvokeUpdateConflictHandler(currentChangeState, _
    methodName, sourceDataSet, destinationDataSet, _
    customDataSet, sourceIdentifier, _
    logConflictType, conflictLogMessage, _
    logLevel, logMessage)
public abstract ActionOnUpdateConflict InvokeUpdateConflictHandler(
    ChangeStates currentChangeState,
    string methodName,
    DataSet sourceDataSet,
    DataSet destinationDataSet,
    ref DataSet customDataSet,
    SourceIdentifier sourceIdentifier,
    ref ConflictLogType logConflictType,
    ref string conflictLogMessage,
    ref int logLevel,
    ref string logMessage
)
public:
virtual ActionOnUpdateConflict InvokeUpdateConflictHandler(
    ChangeStates currentChangeState, 
    String^ methodName, 
    DataSet^ sourceDataSet, 
    DataSet^ destinationDataSet, 
    DataSet^% customDataSet, 
    SourceIdentifier sourceIdentifier, 
    ConflictLogType% logConflictType, 
    String^% conflictLogMessage, 
    int% logLevel, 
    String^% logMessage
) abstract
abstract InvokeUpdateConflictHandler : 
        currentChangeState:ChangeStates * 
        methodName:string * 
        sourceDataSet:DataSet * 
        destinationDataSet:DataSet * 
        customDataSet:DataSet byref * 
        sourceIdentifier:SourceIdentifier * 
        logConflictType:ConflictLogType byref * 
        conflictLogMessage:string byref * 
        logLevel:int byref * 
        logMessage:string byref -> ActionOnUpdateConflict
public abstract function InvokeUpdateConflictHandler(
    currentChangeState : ChangeStates, 
    methodName : String, 
    sourceDataSet : DataSet, 
    destinationDataSet : DataSet, 
    customDataSet : DataSet, 
    sourceIdentifier : SourceIdentifier, 
    logConflictType : ConflictLogType, 
    conflictLogMessage : String, 
    logLevel : int, 
    logMessage : String
) : ActionOnUpdateConflict

매개 변수

  • customDataSet
    유형: System.Data.DataSet%
    Data set implemented by the custom business logic.
  • conflictLogMessage
    유형: System.String%
    The conflict log message.

반환 값

유형: Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnUpdateConflict
The ActionOnUpdateConflict action that will be taken by the process after the custom business logic handler has executed.

참고 항목

참조

IBusinessLogicResolver 클래스

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스