일괄 처리 번호, 일괄 처리 수, 추가 데이터 및 진행률 매개 변수를 사용하여 SyncBatchProgress 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.Synchronization
어셈블리: microsoft.synchronization.data.dll의 Microsoft.Synchronization.Data
구문
‘선언
Public Sub New ( _
batchNumber As Integer, _
batchCount As Integer, _
moreData As Boolean, _
progress As Object _
)
‘사용 방법
Dim batchNumber As Integer
Dim batchCount As Integer
Dim moreData As Boolean
Dim progress As Object
Dim instance As New SyncBatchProgress(batchNumber, batchCount, moreData, progress)
public SyncBatchProgress (
int batchNumber,
int batchCount,
bool moreData,
Object progress
)
public:
SyncBatchProgress (
int batchNumber,
int batchCount,
bool moreData,
Object^ progress
)
public SyncBatchProgress (
int batchNumber,
int batchCount,
boolean moreData,
Object progress
)
public function SyncBatchProgress (
batchNumber : int,
batchCount : int,
moreData : boolean,
progress : Object
)
매개 변수
- batchNumber
현재 동기화되고 있는 일괄 처리의 번호입니다.
- batchCount
세션 중에 동기화할 총 일괄 처리 수입니다.
- moreData
이 버전의 API에서 항상 false를 반환합니다.
- progress
공급자가 동기화 진행률에 대한 자세한 정보를 제공하는 개체입니다.
참고 항목
참조
SyncBatchProgress 클래스
SyncBatchProgress 멤버
Microsoft.Synchronization 네임스페이스