Partager via


Méthode DbServerSyncProvider.OnApplyChangeFailed

Déclenche l'événement ApplyChangeFailed.

Espace de noms: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (dans microsoft.synchronization.data.server.dll)

Syntaxe

'Déclaration
Protected Overridable Sub OnApplyChangeFailed ( _
    value As ApplyChangeFailedEventArgs _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

Classe DbServerSyncProvider
Membres DbServerSyncProvider
Espace de noms Microsoft.Synchronization.Data.Server