BusinessLogicResolver.InvokeUpdateConflictHandler メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public:
override Microsoft::SqlServer::Replication::BusinessLogicSupport::ActionOnUpdateConflict InvokeUpdateConflictHandler(Microsoft::SqlServer::Replication::BusinessLogicSupport::ChangeStates currentChangeState, System::String ^ methodName, System::Data::DataSet ^ sourceDataSet, System::Data::DataSet ^ destinationDataSet, System::Data::DataSet ^ % customDataSet, Microsoft::SqlServer::Replication::BusinessLogicSupport::SourceIdentifier sourceIdentifier, Microsoft::SqlServer::Replication::BusinessLogicSupport::ConflictLogType % logConflictType, System::String ^ % conflictLogMessage, int % logLevel, System::String ^ % logMessage);
public override Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnUpdateConflict InvokeUpdateConflictHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates currentChangeState, string methodName, System.Data.DataSet sourceDataSet, System.Data.DataSet destinationDataSet, ref System.Data.DataSet customDataSet, Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier sourceIdentifier, ref Microsoft.SqlServer.Replication.BusinessLogicSupport.ConflictLogType logConflictType, ref string conflictLogMessage, ref int logLevel, ref string logMessage);
override this.InvokeUpdateConflictHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates * string * System.Data.DataSet * System.Data.DataSet * DataSet * Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * ConflictLogType * string * int * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnUpdateConflict
Public Overrides 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
パラメーター
- currentChangeState
- ChangeStates
- methodName
- String
- sourceDataSet
- DataSet
- destinationDataSet
- DataSet
- customDataSet
- DataSet
- sourceIdentifier
- SourceIdentifier
- logConflictType
- ConflictLogType
- conflictLogMessage
- String
- logLevel
- Int32
- logMessage
- String