Partager via


BusinessLogicDataAdapter.RowUpdated Event

Espace de noms: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntaxe

'Déclaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public event BusinessLogicRowUpdatedEventHandler RowUpdated
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public:
event BusinessLogicRowUpdatedEventHandler^ RowUpdated {
    void add (BusinessLogicRowUpdatedEventHandler^ value);
    void remove (BusinessLogicRowUpdatedEventHandler^ value);
}
/** @event */
public void add_RowUpdated (BusinessLogicRowUpdatedEventHandler value)

/** @event */
public void remove_RowUpdated (BusinessLogicRowUpdatedEventHandler value)
JScript prend en charge l'utilisation d'événements, mais pas la déclaration de nouveaux événements.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

BusinessLogicDataAdapter Class
BusinessLogicDataAdapter Members
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace