RelationalSyncProvider.ApplyingChanges イベント

データベースへの接続後、変更を適用する前に、アップロード中に発生します。

このイベントは、CLS に準拠していません。  

名前空間: Microsoft.Synchronization.Data
アセンブリ: Microsoft.Synchronization.Data (microsoft.synchronization.data.dll 内)

構文

'宣言
Public Event ApplyingChanges As EventHandler(Of DbApplyingChangesEventArgs)
'使用
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbApplyingChangesEventArgs)

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

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

参照

リファレンス

RelationalSyncProvider クラス
RelationalSyncProvider メンバー
Microsoft.Synchronization.Data 名前空間