Partager via


Événement BusinessLogicDataAdapter.RowUpdated

Occurs during update after a command is executed against the data source.

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

Syntaxe

'Déclaration
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
'Utilisation
Dim instance As BusinessLogicDataAdapter 
Dim handler As BusinessLogicRowUpdatedEventHandler 

AddHandler instance.RowUpdated, handler
public event BusinessLogicRowUpdatedEventHandler RowUpdated
public:
 event BusinessLogicRowUpdatedEventHandler^ RowUpdated {
    void add (BusinessLogicRowUpdatedEventHandler^ value);
    void remove (BusinessLogicRowUpdatedEventHandler^ value);
}
member RowUpdated : IEvent<BusinessLogicRowUpdatedEventHandler,
    BusinessLogicRowUpdatedEventArgs>
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Voir aussi

Référence

BusinessLogicDataAdapter Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport