Share via


ChangesApplied 事件

上载期间,在应用变更之后、与数据库断开连接之前发生。

命名空间:  Microsoft.Synchronization.Data
程序集:  Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)

语法

声明
Public Event ChangesApplied As EventHandler(Of DbChangesAppliedEventArgs)
用法
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbChangesAppliedEventArgs)

AddHandler instance.ChangesApplied, handler
public event EventHandler<DbChangesAppliedEventArgs> ChangesApplied
public:
 event EventHandler<DbChangesAppliedEventArgs^>^ ChangesApplied {
    void add (EventHandler<DbChangesAppliedEventArgs^>^ value);
    void remove (EventHandler<DbChangesAppliedEventArgs^>^ value);
}
member ChangesApplied : IEvent<EventHandler<DbChangesAppliedEventArgs>,
    DbChangesAppliedEventArgs>

请参阅

参考

RelationalSyncProvider类

RelationalSyncProvider 成员

Microsoft.Synchronization.Data 命名空间