OnApplyingChanges 方法

引发 ApplyingChanges 事件。

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

语法

声明
Protected Overridable Sub OnApplyingChanges ( _
    value As ApplyingChangesEventArgs _
)
用法
Dim value As ApplyingChangesEventArgs

Me.OnApplyingChanges(value)
protected virtual void OnApplyingChanges(
    ApplyingChangesEventArgs value
)
protected:
virtual void OnApplyingChanges(
    ApplyingChangesEventArgs^ value
)
abstract OnApplyingChanges : 
        value:ApplyingChangesEventArgs -> unit 
override OnApplyingChanges : 
        value:ApplyingChangesEventArgs -> unit 
protected function OnApplyingChanges(
    value : ApplyingChangesEventArgs
)

参数

请参阅

参考

DbServerSyncProvider类

DbServerSyncProvider 成员

Microsoft.Synchronization.Data.Server 命名空间