Partager via


Délégué BusinessLogicRowUpdatedEventHandler

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 updated 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 BusinessLogicRowUpdatedEventHandler ( _
    sender As Object, _
    e As BusinessLogicRowUpdatedEventArgs _
)
'Utilisation
Dim instance As New BusinessLogicRowUpdatedEventHandler(AddressOf HandlerMethod)
public delegate void BusinessLogicRowUpdatedEventHandler(
    Object sender,
    BusinessLogicRowUpdatedEventArgs e
)
public delegate void BusinessLogicRowUpdatedEventHandler(
    Object^ sender, 
    BusinessLogicRowUpdatedEventArgs^ e
)
type BusinessLogicRowUpdatedEventHandler = 
    delegate of  
        sender:Object * 
        e:BusinessLogicRowUpdatedEventArgs -> 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