OnApplyChangeFailed Método
Genera el evento ApplyChangeFailed heredado por esta clase.
Espacio de nombres: Microsoft.Synchronization.Data.SqlServerCe
Ensamblado: Microsoft.Synchronization.Data.SqlServerCe (en Microsoft.Synchronization.Data.SqlServerCe.dll)
Sintaxis
'Declaración
Protected Overrides Sub OnApplyChangeFailed ( _
value As DbApplyChangeFailedEventArgs _
)
'Uso
Dim value As DbApplyChangeFailedEventArgs
Me.OnApplyChangeFailed(value)
protected override void OnApplyChangeFailed(
DbApplyChangeFailedEventArgs value
)
protected:
virtual void OnApplyChangeFailed(
DbApplyChangeFailedEventArgs^ value
) override
abstract OnApplyChangeFailed :
value:DbApplyChangeFailedEventArgs -> unit
override OnApplyChangeFailed :
value:DbApplyChangeFailedEventArgs -> unit
protected override function OnApplyChangeFailed(
value : DbApplyChangeFailedEventArgs
)
Parámetros
- value
Tipo: Microsoft.Synchronization.Data. . :: . .DbApplyChangeFailedEventArgs
Los datos del evento.
Vea también
Referencia
Microsoft.Synchronization.Data.SqlServerCe Espacio de nombres