RowUpdating 事件

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Event RowUpdating As BusinessLogicRowUpdatingEventHandler
用法
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>
JScript 支持使用事件,但不支持声明新事件。