Share via


RelationalSyncProvider.ApplyingChanges 事件

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

此事件不符合 CLS。  

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

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

请参阅

参考

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