Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Invokes a handler when changes to the method are detected.
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
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
'Uso
Dim instance As BusinessLogicResolver
Dim currentChangeState As ChangeStates
Dim methodName As String
Dim sourceIdentifier As SourceIdentifier
Dim sourceDataSet As DataSet
Dim customDataSet As DataSet
Dim logLevel As Integer
Dim logMessage As String
Dim returnValue As ActionOnDataChange
returnValue = instance.InvokeChangeHandler(currentChangeState, _
methodName, sourceIdentifier, sourceDataSet, _
customDataSet, logLevel, logMessage)
public override ActionOnDataChange InvokeChangeHandler(
ChangeStates currentChangeState,
string methodName,
SourceIdentifier sourceIdentifier,
DataSet sourceDataSet,
ref DataSet customDataSet,
ref int logLevel,
ref string logMessage
)
public:
virtual ActionOnDataChange InvokeChangeHandler(
ChangeStates currentChangeState,
String^ methodName,
SourceIdentifier sourceIdentifier,
DataSet^ sourceDataSet,
DataSet^% customDataSet,
int% logLevel,
String^% logMessage
) override
abstract InvokeChangeHandler :
currentChangeState:ChangeStates *
methodName:string *
sourceIdentifier:SourceIdentifier *
sourceDataSet:DataSet *
customDataSet:DataSet byref *
logLevel:int byref *
logMessage:string byref -> ActionOnDataChange
override InvokeChangeHandler :
currentChangeState:ChangeStates *
methodName:string *
sourceIdentifier:SourceIdentifier *
sourceDataSet:DataSet *
customDataSet:DataSet byref *
logLevel:int byref *
logMessage:string byref -> ActionOnDataChange
public override function InvokeChangeHandler(
currentChangeState : ChangeStates,
methodName : String,
sourceIdentifier : SourceIdentifier,
sourceDataSet : DataSet,
customDataSet : DataSet,
logLevel : int,
logMessage : String
) : ActionOnDataChange
Parámetros
- currentChangeState
Tipo: Microsoft.SqlServer.Replication.BusinessLogicSupport.ChangeStates
The current change state.
- methodName
Tipo: System.String
The method name.
- sourceIdentifier
Tipo: Microsoft.SqlServer.Replication.BusinessLogicSupport.SourceIdentifier
The source identifier.
- sourceDataSet
Tipo: System.Data.DataSet
The source data set.
- customDataSet
Tipo: System.Data.DataSet%
The custom data set.
- logLevel
Tipo: System.Int32%
The log level.
- logMessage
Tipo: System.String%
The log message.
Valor devuelto
Tipo: Microsoft.SqlServer.Replication.BusinessLogicSupport.ActionOnDataChange
The ActionOnDataChange action that will be taken by the process after the business logic handler has executed.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport