세션 중에 동기화할 총 일괄 처리 수를 가져옵니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public ReadOnly Property BatchCount As Integer
‘사용 방법
Dim instance As SyncBatchProgress
Dim value As Integer
value = instance.BatchCount
public int BatchCount { get; }
public:
property int BatchCount {
int get ();
}
/** @property */
public int get_BatchCount ()
public function get BatchCount () : int
속성 값
세션 중에 동기화할 총 일괄 처리 수입니다.
참고 항목
참조
SyncBatchProgress 클래스
SyncBatchProgress 멤버
Microsoft.Synchronization 네임스페이스