Condividi tramite


Evento RelationalSyncProvider.ApplyingChanges

Si verifica durante il caricamento, dopo la connessione al database, ma prima dell'applicazione delle modifiche.

Questo evento non è conforme a CLS.  

Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Sintassi

'Dichiarazione
Public Event ApplyingChanges As EventHandler(Of DbApplyingChangesEventArgs)
'Utilizzo
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.

Vedere anche

Riferimento

Classe RelationalSyncProvider
Membri RelationalSyncProvider
Spazio dei nomi Microsoft.Synchronization.Data