Udostępnij za pośrednictwem


Zdarzenie BusinessLogicDataAdapter.RowUpdating

Przestrzeń nazw:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Zestaw:  Microsoft.SqlServer.Replication.BusinessLogicSupport (w Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Składnia

'Deklaracja
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
'Użycie
Dim instance As BusinessLogicDataAdapter
Dim handler As BusinessLogicRowUpdatingEventHandler

AddHandler instance.RowUpdating, handler
public event BusinessLogicRowUpdatingEventHandler RowUpdating
public:
 event BusinessLogicRowUpdatingEventHandler^ RowUpdating {
    void add (BusinessLogicRowUpdatingEventHandler^ value);
    void remove (BusinessLogicRowUpdatingEventHandler^ value);
}
member RowUpdating : IEvent<BusinessLogicRowUpdatingEventHandler,
    BusinessLogicRowUpdatingEventArgs>
Język JScript obsługuje używanie zdarzeń, ale nie obsługuje deklarowania nowych.