次の方法で共有


BusinessLogicDataAdapter.RowUpdated イベント

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

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Event RowUpdated As BusinessLogicRowUpdatedEventHandler
'使用
Dim instance As BusinessLogicDataAdapter 
Dim handler As BusinessLogicRowUpdatedEventHandler 

AddHandler instance.RowUpdated, handler
public event BusinessLogicRowUpdatedEventHandler RowUpdated
public:
 event BusinessLogicRowUpdatedEventHandler^ RowUpdated {
    void add (BusinessLogicRowUpdatedEventHandler^ value);
    void remove (BusinessLogicRowUpdatedEventHandler^ value);
}
member RowUpdated : IEvent<BusinessLogicRowUpdatedEventHandler,
    BusinessLogicRowUpdatedEventArgs>
JScript はイベントの使用をサポートしていますが、新規の宣言はサポートしていません。

関連項目

参照

BusinessLogicDataAdapter クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間