BusinessLogicResolver.InvokeChangeHandler Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
public:
override Microsoft::SqlServer::Replication::BusinessLogicSupport::ActionOnDataChange InvokeChangeHandler(Microsoft::SqlServer::Replication::BusinessLogicSupport::ChangeStates currentChangeState, System::String ^ methodName, Microsoft::SqlServer::Replication::BusinessLogicSupport::SourceIdentifier sourceIdentifier, System::Data::DataSet ^ sourceDataSet, System::Data::DataSet ^ % customDataSet, int % logLevel, System::String ^ % logMessage);
public override Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataChange InvokeChangeHandler (Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates currentChangeState, string methodName, Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier sourceIdentifier, System.Data.DataSet sourceDataSet, ref System.Data.DataSet customDataSet, ref int logLevel, ref string logMessage);
override this.InvokeChangeHandler : Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates * string * Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier * System.Data.DataSet * DataSet * int * string -> Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataChange
Public Overrides Function InvokeChangeHandler (currentChangeState As ChangeStates, methodName As String, sourceIdentifier As SourceIdentifier, sourceDataSet As DataSet, ByRef customDataSet As DataSet, ByRef logLevel As Integer, ByRef logMessage As String) As ActionOnDataChange
Параметры
- currentChangeState
- ChangeStates
- methodName
- String
- sourceIdentifier
- SourceIdentifier
- sourceDataSet
- DataSet
- customDataSet
- DataSet
- logLevel
- Int32
- logMessage
- String