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 はイベントの使用をサポートしていますが、新規の宣言はサポートしていません。