IBusinessLogicResolver.InvokeErrorHandler 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::ActionOnDataError InvokeErrorHandler(Microsoft::SqlServer::Replication::BusinessLogicSupport::ChangeStates currentChangeState, System::String ^ methodName, Microsoft::SqlServer::Replication::BusinessLogicSupport::SourceIdentifier sourceIdentifier, System::Data::DataSet ^ sourceDataSet, Microsoft::SqlServer::Replication::BusinessLogicSupport::ErrorLogType % logErrorType, System::String ^ % errorLogMessage, int errorCode, System::String ^ errorMessage, int % logLevel, System::String ^ % logMessage);
public abstract Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataError InvokeErrorHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates currentChangeState, string methodName, Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier sourceIdentifier, System.Data.DataSet sourceDataSet, ref Microsoft.SqlServer.Replication.BusinessLogicSupport.ErrorLogType logErrorType, ref string errorLogMessage, int errorCode, string errorMessage, ref int logLevel, ref string logMessage);
abstract member InvokeErrorHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates * string * Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * System.Data.DataSet * ErrorLogType * string * int * string * int * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataError
Public MustOverride Function InvokeErrorHandler (currentChangeState As ChangeStates, methodName As String, sourceIdentifier As SourceIdentifier, sourceDataSet As DataSet, ByRef logErrorType As ErrorLogType, ByRef errorLogMessage As String, errorCode As Integer, errorMessage As String, ByRef logLevel As Integer, ByRef logMessage As String) As ActionOnDataError
Paramètres
- currentChangeState
- ChangeStates
- methodName
- String
- sourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- logErrorType
- ErrorLogType
- errorLogMessage
- String
- errorCode
- Int32
- errorMessage
- String
- logLevel
- Int32
- logMessage
- String