OnApplyChangeFailed 方法
引发 ApplyMetadataFailed 事件。
命名空间: Microsoft.Synchronization.Data
程序集: Microsoft.Synchronization.Data(在 Microsoft.Synchronization.Data.dll 中)
语法
声明
Protected Overridable Sub OnApplyChangeFailed ( _
value As DbApplyChangeFailedEventArgs _
)
用法
Dim value As DbApplyChangeFailedEventArgs
Me.OnApplyChangeFailed(value)
protected virtual void OnApplyChangeFailed(
DbApplyChangeFailedEventArgs value
)
protected:
virtual void OnApplyChangeFailed(
DbApplyChangeFailedEventArgs^ value
)
abstract OnApplyChangeFailed :
value:DbApplyChangeFailedEventArgs -> unit
override OnApplyChangeFailed :
value:DbApplyChangeFailedEventArgs -> unit
protected function OnApplyChangeFailed(
value : DbApplyChangeFailedEventArgs
)