BatchSpooled イベント

変更バッチがディスクに書き込まれるたびに発生します。

名前空間:  Microsoft.Synchronization.Data
アセンブリ:  Microsoft.Synchronization.Data (Microsoft.Synchronization.Data.dll 内)

構文

'宣言
Public Event BatchSpooled As EventHandler(Of DbBatchSpooledEventArgs)
'使用
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);
}
member BatchSpooled : IEvent<EventHandler<DbBatchSpooledEventArgs>,
    DbBatchSpooledEventArgs>

説明

Sync Framework の既定では、各ノードに対して、1 つの DataSet オブジェクトとして変更が配信されます。BatchSpooled イベントは、変更がバッチで配信された場合にのみ発生します。詳細については、「変更をバッチで配信する方法 (SQL Server)」を参照してください。

参照

参照

RelationalSyncProviderクラス

RelationalSyncProvider メンバー

Microsoft.Synchronization.Data 名前空間