共用方式為


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