RelationalSyncProvider.SyncProgress イベント

変更 (テーブル単位) の選択中と、変更 (行単位) の適用中に発生します。

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

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

構文

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

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

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

参照

リファレンス

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