Compartir a través de


RelationalSyncProvider.ApplyingChanges Evento

Se produce durante la carga, después de establecer conexión con la base de datos pero antes de aplicar los cambios.

Este evento no es compatible con CLS.  

Espacio de nombres: Microsoft.Synchronization.Data
Ensamblado: Microsoft.Synchronization.Data (en microsoft.synchronization.data.dll)

Sintaxis

'Declaración
Public Event ApplyingChanges As EventHandler(Of DbApplyingChangesEventArgs)
'Uso
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbApplyingChangesEventArgs)

AddHandler instance.ApplyingChanges, handler
public event EventHandler<DbApplyingChangesEventArgs> ApplyingChanges
public:
event EventHandler<DbApplyingChangesEventArgs^>^ ApplyingChanges {
    void add (EventHandler<DbApplyingChangesEventArgs^>^ value);
    void remove (EventHandler<DbApplyingChangesEventArgs^>^ value);
}
/** @event */
public void add_ApplyingChanges (EventHandler<DbApplyingChangesEventArgs> value)

/** @event */
public void remove_ApplyingChanges (EventHandler<DbApplyingChangesEventArgs> value)
JScript supports the use of events, but not the declaration of new ones.

Vea también

Referencia

RelationalSyncProvider Clase
RelationalSyncProvider Miembros
Microsoft.Synchronization.Data Espacio de nombres