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
)
参数
- value
类型:Microsoft.Synchronization.Data. . :: . .ApplyChangeFailedEventArgs
包含事件数据的 ApplyChangeFailedEventArgs 对象。