次の方法で共有


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

戻り値

適用対象