Поделиться через


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

Возвращаемое значение

Применяется к