共用方式為


RelationalSyncProvider.ChangesApplied 事件

在上傳期間,套用變更之後但在中斷資料庫連接之前發生。

此類別與 CLS 不相容。  

命名空間: Microsoft.Synchronization.Data
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
Public Event ChangesApplied As EventHandler(Of DbChangesAppliedEventArgs)
'用途
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbChangesAppliedEventArgs)

AddHandler instance.ChangesApplied, handler
public event EventHandler<DbChangesAppliedEventArgs> ChangesApplied
public:
event EventHandler<DbChangesAppliedEventArgs^>^ ChangesApplied {
    void add (EventHandler<DbChangesAppliedEventArgs^>^ value);
    void remove (EventHandler<DbChangesAppliedEventArgs^>^ value);
}
/** @event */
public void add_ChangesApplied (EventHandler<DbChangesAppliedEventArgs> value)

/** @event */
public void remove_ChangesApplied (EventHandler<DbChangesAppliedEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

請參閱

參考

RelationalSyncProvider 類別
RelationalSyncProvider 成員
Microsoft.Synchronization.Data 命名空間