다음을 통해 공유


SyncBatchProgress.BatchNumber 속성

세션에서 처리하는 현재 일괄 처리 번호를 가져옵니다.

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

구문

‘선언
Public ReadOnly Property BatchNumber As Integer
‘사용 방법
Dim instance As SyncBatchProgress
Dim value As Integer

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

속성 값

세션에서 처리하는 현재 일괄 처리 번호입니다.

참고 항목

참조

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