Freigeben über


BusinessLogicDataAdapter.RowUpdating Event

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

Syntax

'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
[EditorBrowsableAttribute(EditorBrowsableState.Never)] 
public event BusinessLogicRowUpdatingEventHandler RowUpdating
[EditorBrowsableAttribute(EditorBrowsableState::Never)] 
public:
event BusinessLogicRowUpdatingEventHandler^ RowUpdating {
    void add (BusinessLogicRowUpdatingEventHandler^ value);
    void remove (BusinessLogicRowUpdatingEventHandler^ value);
}
/** @event */
public void add_RowUpdating (BusinessLogicRowUpdatingEventHandler value)

/** @event */
public void remove_RowUpdating (BusinessLogicRowUpdatingEventHandler 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