IBusinessLogicResolver.InvokeUpdateDeleteConflictHandler Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- currentChangeState
- ChangeStates
- methodName
- String
- sourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- destinationDataSet
- DataSet
- customDataSet
- DataSet
- downloadPhase
- Boolean
- logConflictType
- ConflictLogType
- conflictLogMessage
- String
- logLevel
- Int32
- logMessage
- String