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