InvokeDeleteHandler méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Ce membre se substitue à IBusinessLogicResolver. . :: . .InvokeDeleteHandler(ChangeStates, String, SourceIdentifier, DataSet, Int32%, String%).
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (dans Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
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
'Utilisation
Dim instance As BusinessLogicResolver
Dim currentChangeState As ChangeStates
Dim methodName As String
Dim sourceIdentifier As SourceIdentifier
Dim sourceDataSet As DataSet
Dim logLevel As Integer
Dim logMessage As String
Dim returnValue As ActionOnDataDelete
returnValue = instance.InvokeDeleteHandler(currentChangeState, _
methodName, sourceIdentifier, sourceDataSet, _
logLevel, logMessage)
public override ActionOnDataDelete InvokeDeleteHandler(
ChangeStates currentChangeState,
string methodName,
SourceIdentifier sourceIdentifier,
DataSet sourceDataSet,
ref int logLevel,
ref string logMessage
)
public:
virtual ActionOnDataDelete InvokeDeleteHandler(
ChangeStates currentChangeState,
String^ methodName,
SourceIdentifier sourceIdentifier,
DataSet^ sourceDataSet,
int% logLevel,
String^% logMessage
) override
abstract InvokeDeleteHandler :
currentChangeState:ChangeStates *
methodName:string *
sourceIdentifier:SourceIdentifier *
sourceDataSet:DataSet *
logLevel:int byref *
logMessage:string byref -> ActionOnDataDelete
override InvokeDeleteHandler :
currentChangeState:ChangeStates *
methodName:string *
sourceIdentifier:SourceIdentifier *
sourceDataSet:DataSet *
logLevel:int byref *
logMessage:string byref -> ActionOnDataDelete
public override function InvokeDeleteHandler(
currentChangeState : ChangeStates,
methodName : String,
sourceIdentifier : SourceIdentifier,
sourceDataSet : DataSet,
logLevel : int,
logMessage : String
) : ActionOnDataDelete
Paramètres
- currentChangeState
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .ChangeStates
- methodName
Type : System. . :: . .String
- sourceIdentifier
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .SourceIdentifier
- sourceDataSet
Type : System.Data. . :: . .DataSet
- logLevel
Type : System. . :: . .Int32%
- logMessage
Type : System. . :: . .String%
Valeur de retour
Type : Microsoft.SqlServer.Replication.BusinessLogicSupport. . :: . .ActionOnDataDelete