IBusinessLogicResolver.InvokeErrorHandler Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Parametri
- currentChangeState
- ChangeStates
- methodName
- String
- sourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- logErrorType
- ErrorLogType
- errorLogMessage
- String
- errorCode
- Int32
- errorMessage
- String
- logLevel
- Int32
- logMessage
- String