BusinessLogicResolver.InvokeUpdateDeleteConflictHandler Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
override Microsoft::SqlServer::Replication::BusinessLogicSupport::ActionOnUpdateDeleteConflict InvokeUpdateDeleteConflictHandler(Microsoft::SqlServer::Replication::BusinessLogicSupport::ChangeStates currentChangeState, System::String ^ methodName, Microsoft::SqlServer::Replication::BusinessLogicSupport::SourceIdentifier updateSourceIdentifier, 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 override Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnUpdateDeleteConflict InvokeUpdateDeleteConflictHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates currentChangeState, string methodName, Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier updateSourceIdentifier, 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);
override this.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 Overrides Function InvokeUpdateDeleteConflictHandler (currentChangeState As ChangeStates, methodName As String, updateSourceIdentifier 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
Parameter
- currentChangeState
- ChangeStates
- methodName
- String
- updateSourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- destinationDataSet
- DataSet
- customDataSet
- DataSet
- downloadPhase
- Boolean
- logConflictType
- ConflictLogType
- conflictLogMessage
- String
- logLevel
- Int32
- logMessage
- String