Partager via


Délégué BusinessLogicRowUpdatingEventHandler

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the method that will handle a row updating event.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Delegate Sub BusinessLogicRowUpdatingEventHandler ( _
    sender As Object, _
    e As BusinessLogicRowUpdatingEventArgs _
)
'Utilisation
Dim instance As New BusinessLogicRowUpdatingEventHandler(AddressOf HandlerMethod)
public delegate void BusinessLogicRowUpdatingEventHandler(
    Object sender,
    BusinessLogicRowUpdatingEventArgs e
)
public delegate void BusinessLogicRowUpdatingEventHandler(
    Object^ sender, 
    BusinessLogicRowUpdatingEventArgs^ e
)
type BusinessLogicRowUpdatingEventHandler = 
    delegate of  
        sender:Object * 
        e:BusinessLogicRowUpdatingEventArgs -> unit
JScript prend en charge l'utilisation de délégués, mais pas la déclaration de nouveaux délégués.

Paramètres

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport