次の方法で共有


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