Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Occurs during the selection of changes (per table) and the application of changes (per row).
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Event SyncProgress As EventHandler(Of DbSyncProgressEventArgs)
'Usage
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);
}
member SyncProgress : IEvent<EventHandler<DbSyncProgressEventArgs>,
DbSyncProgressEventArgs>
JScript supports the use of events, but not the declaration of new ones.