共用方式為


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 命名空間