次の方法で共有


OnApplyChangeFailed メソッド

ApplyChangeFailed イベントを発生させます。

名前空間:  Microsoft.Synchronization.Data.SqlServerCe
アセンブリ:  Microsoft.Synchronization.Data.SqlServerCe (Microsoft.Synchronization.Data.SqlServerCe.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
)

パラメーター

参照

参照

SqlCeClientSyncProviderクラス

SqlCeClientSyncProvider メンバー

Microsoft.Synchronization.Data.SqlServerCe 名前空間