IBusinessLogicResolver.InvokeUpdateDeleteConflictHandler Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
Paramètres
- currentChangeState
- ChangeStates
- methodName
- String
- sourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- destinationDataSet
- DataSet
- customDataSet
- DataSet
- downloadPhase
- Boolean
- logConflictType
- ConflictLogType
- conflictLogMessage
- String
- logLevel
- Int32
- logMessage
- String