IBusinessLogicResolver.InvokeUpdateDeleteConflictHandler 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
public:
abstract Microsoft::SqlServer::Replication::BusinessLogicSupport::ActionOnUpdateDeleteConflict InvokeUpdateDeleteConflictHandler(Microsoft::SqlServer::Replication::BusinessLogicSupport::ChangeStates currentChangeState, System::String ^ methodName, Microsoft::SqlServer::Replication::BusinessLogicSupport::SourceIdentifier sourceIdentifier, System::Data::DataSet ^ sourceDataSet, System::Data::DataSet ^ destinationDataSet, System::Data::DataSet ^ % customDataSet, bool downloadPhase, Microsoft::SqlServer::Replication::BusinessLogicSupport::ConflictLogType % logConflictType, System::String ^ % conflictLogMessage, int % logLevel, System::String ^ % logMessage);
public abstract Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnUpdateDeleteConflict InvokeUpdateDeleteConflictHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates currentChangeState, string methodName, Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier sourceIdentifier, System.Data.DataSet sourceDataSet, System.Data.DataSet destinationDataSet, ref System.Data.DataSet customDataSet, bool downloadPhase, ref Microsoft.SqlServer.Replication.BusinessLogicSupport.ConflictLogType logConflictType, ref string conflictLogMessage, ref int logLevel, ref string logMessage);
abstract member InvokeUpdateDeleteConflictHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates * string * Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * System.Data.DataSet * System.Data.DataSet * DataSet * bool * ConflictLogType * string * int * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnUpdateDeleteConflict
Public MustOverride Function InvokeUpdateDeleteConflictHandler (currentChangeState As ChangeStates, methodName As String, sourceIdentifier As SourceIdentifier, sourceDataSet As DataSet, destinationDataSet As DataSet, ByRef customDataSet As DataSet, downloadPhase As Boolean, ByRef logConflictType As ConflictLogType, ByRef conflictLogMessage As String, ByRef logLevel As Integer, ByRef logMessage As String) As ActionOnUpdateDeleteConflict
매개 변수
- currentChangeState
- ChangeStates
- methodName
- String
- sourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- destinationDataSet
- DataSet
- customDataSet
- DataSet
- downloadPhase
- Boolean
- logConflictType
- ConflictLogType
- conflictLogMessage
- String
- logLevel
- Int32
- logMessage
- String