Evento RelationalSyncProvider.BatchSpooled

Ocorre depois que cada lote de alterações for gravado no disco.

Este evento não é compatível com CLS.  

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (em microsoft.synchronization.data.dll)

Sintaxe

'Declaração
Public Event BatchSpooled As EventHandler(Of DbBatchSpooledEventArgs)
'Uso
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.

Comentários

Por padrão, o Sync Framework entrega alterações para cada nó em um único objeto DataSet. O evento BatchSpooled será disparado somente se as alterações forem entregues em lotes. Para obter mais informações, consulte Como entregar alterações em lotes (SQL Server).

Consulte também

Referência

Classe RelationalSyncProvider
Membros RelationalSyncProvider
Namespace Microsoft.Synchronization.Data