共用方式為


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 命名空間