Partager via


Événement RelationalSyncProvider.BatchSpooled

Se produit après l'écriture de chaque lot de modifications sur le disque.

Cet événement n'est pas conforme CLS.  

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

Syntaxe

'Déclaration
Public Event BatchSpooled As EventHandler(Of DbBatchSpooledEventArgs)
'Utilisation
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbBatchSpooledEventArgs)

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

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

Notes

Par défaut, Sync Framework remet les modifications à chaque nœud dans un même objet DataSet. L'événement BatchSpooled est déclenché uniquement lorsque les modifications sont remises dans les lots. Pour plus d'informations, consultez Procédure : remettre des modifications dans des lots (SQL Server).

Voir aussi

Référence

Classe RelationalSyncProvider
Membres RelationalSyncProvider
Espace de noms Microsoft.Synchronization.Data