次の方法で共有


SyncProgress イベント

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

名前空間:  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);
}
member SyncProgress : IEvent<EventHandler<DbSyncProgressEventArgs>,
    DbSyncProgressEventArgs>

参照

参照

RelationalSyncProviderクラス

RelationalSyncProvider メンバー

Microsoft.Synchronization.Data 名前空間