다음을 통해 공유


RelationalSyncProvider.BatchSpooled 이벤트

변경 내용의 각 일괄 처리가 디스크에 작성된 후 발생합니다.

이 이벤트는 CLS와 호환되지 않습니다.  

네임스페이스: Microsoft.Synchronization.Data
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data

구문

‘선언
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);
}
/** @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.

주의

기본적으로 Sync Framework에서는 각 노드에 대한 변경 내용을 단일 DataSet 개체로 전달합니다. BatchSpooled 이벤트는 변경 내용이 일괄 처리로 전달되는 경우에만 발생합니다. 자세한 내용은 방법: 변경 내용을 일괄 처리로 전달(SQL Server)을 참조하십시오.

참고 항목

참조

RelationalSyncProvider 클래스
RelationalSyncProvider 멤버
Microsoft.Synchronization.Data 네임스페이스