DbServerSyncProvider.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
)
protected void OnApplyChangeFailed (
ApplyChangeFailedEventArgs value
)
protected function OnApplyChangeFailed (
value : ApplyChangeFailedEventArgs
)
参数
- value
包含事件数据的 ApplyChangeFailedEventArgs 对象。
请参阅
参考
DbServerSyncProvider 类
DbServerSyncProvider 成员
Microsoft.Synchronization.Data.Server 命名空间