Método OnApplyChangeFailed
Gera o evento ApplyMetadataFailed.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em Microsoft.Synchronization.Data.dll)
Sintaxe
'Declaração
Protected Overridable Sub OnApplyChangeFailed ( _
value As DbApplyChangeFailedEventArgs _
)
'Uso
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
)
Parâmetros
- value
Tipo: Microsoft.Synchronization.Data. . :: . .DbApplyChangeFailedEventArgs
Os dados do evento.