Partager via


Méthode DbServerSyncProvider.OnApplyingChanges

Déclenche l'événement ApplyingChanges.

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

Syntaxe

'Déclaration
Protected Overridable Sub OnApplyingChanges ( _
    value As ApplyingChangesEventArgs _
)
'Utilisation
Dim value As ApplyingChangesEventArgs

Me.OnApplyingChanges(value)
protected virtual void OnApplyingChanges (
    ApplyingChangesEventArgs value
)
protected:
virtual void OnApplyingChanges (
    ApplyingChangesEventArgs^ value
)
protected void OnApplyingChanges (
    ApplyingChangesEventArgs value
)
protected function OnApplyingChanges (
    value : ApplyingChangesEventArgs
)

Paramètres

Voir aussi

Référence

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