次の方法で共有


BusinessLogicDataAdapter.RowUpdating イベント

Occurs during update before a command is executed against the data source.

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

関連項目

参照

BusinessLogicDataAdapter クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間