다음을 통해 공유


DbBatchSpooledEventArgs.CurrentBatchNumber 속성

스풀링된 파일에 가장 최근에 작성된 일괄 처리의 번호를 가져옵니다.

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

구문

‘선언
Public ReadOnly Property CurrentBatchNumber As Integer
‘사용 방법
Dim instance As DbBatchSpooledEventArgs
Dim value As Integer

value = instance.CurrentBatchNumber
public int CurrentBatchNumber { get; }
public:
property int CurrentBatchNumber {
    int get ();
}
/** @property */
public int get_CurrentBatchNumber ()
public function get CurrentBatchNumber () : int

속성 값

스풀링된 파일에 가장 최근에 작성된 일괄 처리의 번호입니다.

참고 항목

참조

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