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 支援事件的使用,但不支援新事件的宣告。