IBusinessLogicResolver.InvokeErrorHandler 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
매개 변수
- currentChangeState
- ChangeStates
- methodName
- String
- sourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- logErrorType
- ErrorLogType
- errorLogMessage
- String
- errorCode
- Int32
- errorMessage
- String
- logLevel
- Int32
- logMessage
- String