共用方式為


ApplyingChanges 事件

在上傳期間,連接至資料庫之後但在套用變更之前發生。

命名空間:  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);
}
member ApplyingChanges : IEvent<EventHandler<DbApplyingChangesEventArgs>,
    DbApplyingChangesEventArgs>

請參閱

參考

RelationalSyncProvider類別

RelationalSyncProvider 成員

Microsoft.Synchronization.Data 命名空間