Share via


BatchApplied-Ereignis

Tritt auf, nachdem alle Batches von Änderungen aufr das Ziel angewendet wurden.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public Event BatchApplied As EventHandler(Of DbBatchAppliedEventArgs)
'Usage
Dim instance As RelationalSyncProvider
Dim handler As EventHandler(Of DbBatchAppliedEventArgs)

AddHandler instance.BatchApplied, handler
public event EventHandler<DbBatchAppliedEventArgs> BatchApplied
public:
 event EventHandler<DbBatchAppliedEventArgs^>^ BatchApplied {
    void add (EventHandler<DbBatchAppliedEventArgs^>^ value);
    void remove (EventHandler<DbBatchAppliedEventArgs^>^ value);
}
member BatchApplied : IEvent<EventHandler<DbBatchAppliedEventArgs>,
    DbBatchAppliedEventArgs>

Hinweise

Standardmäßig werden in Sync Framework Änderungen zu den einzelnen Knoten in einem einzelnen DataSet-Objekt übermittelt. Das BatchApplied-Ereignis wird nur ausgelöst, wenn Änderungen in Batches übermittelt werden. Weitere Informationen finden Sie unter Vorgehensweise: Übermitteln von Änderungen in Batches (SQL Server).

Siehe auch

Verweis

RelationalSyncProvider Klasse

RelationalSyncProvider-Member

Microsoft.Synchronization.Data-Namespace