Share via


RelationalSyncProvider.ChangesApplied 事件

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

此事件不符合 CLS。  

命名空间: 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);
}
/** @event */
public void add_ChangesApplied (EventHandler<DbChangesAppliedEventArgs> value)

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

请参阅

参考

RelationalSyncProvider 类
RelationalSyncProvider 成员
Microsoft.Synchronization.Data 命名空间