IBusinessLogicResolver.InvokeErrorHandler 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::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
Parâmetros
- currentChangeState
- ChangeStates
- methodName
- String
- sourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- logErrorType
- ErrorLogType
- errorLogMessage
- String
- errorCode
- Int32
- errorMessage
- String
- logLevel
- Int32
- logMessage
- String