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
)