Condividi tramite


Evento RelationalSyncProvider.SyncProgress

Si verifica durante la selezione delle modifiche (per tabella) e l'applicazione delle modifiche (per riga).

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 SyncProgress As EventHandler(Of DbSyncProgressEventArgs)
'Utilizzo
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbSyncProgressEventArgs)

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

/** @event */
public void remove_SyncProgress (EventHandler<DbSyncProgressEventArgs> 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