다음을 통해 공유


BusinessLogicResolver.InvokeDeleteHandler 메서드

정의

public:
 override Microsoft::SqlServer::Replication::BusinessLogicSupport::ActionOnDataDelete InvokeDeleteHandler(Microsoft::SqlServer::Replication::BusinessLogicSupport::ChangeStates currentChangeState, System::String ^ methodName, Microsoft::SqlServer::Replication::BusinessLogicSupport::SourceIdentifier sourceIdentifier, System::Data::DataSet ^ sourceDataSet, int % logLevel, System::String ^ % logMessage);
public override Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataDelete InvokeDeleteHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates currentChangeState, string methodName, Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier sourceIdentifier, System.Data.DataSet sourceDataSet, ref int logLevel, ref string logMessage);
override this.InvokeDeleteHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates * string * Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * System.Data.DataSet * int * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataDelete
Public Overrides Function InvokeDeleteHandler (currentChangeState As ChangeStates, methodName As String, sourceIdentifier As SourceIdentifier, sourceDataSet As DataSet, ByRef logLevel As Integer, ByRef logMessage As String) As ActionOnDataDelete

매개 변수

currentChangeState
ChangeStates
methodName
String
sourceIdentifier
SourceIdentifier
sourceDataSet
DataSet
logLevel
Int32
logMessage
String

반환

적용 대상