Freigeben über


BusinessLogicDataAdapter.RowUpdated Event

Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (in microsoft.sqlserver.replication.businesslogicsupport.dll)

Syntax

'Declaration
<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)
Von JScript wird die Verwendung von Ereignissen unterstützt, ausgenommen der Deklaration neuer Ereignisse.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

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