OnApplyChangeFailed 方法

引发 ApplyChangeFailed 事件。

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

语法

声明
Protected Overridable Sub OnApplyChangeFailed ( _
    value As ApplyChangeFailedEventArgs _
)
用法
Dim value As ApplyChangeFailedEventArgs

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

参数

请参阅

参考

DbServerSyncProvider类

DbServerSyncProvider 成员

Microsoft.Synchronization.Data.Server 命名空间