取得此工作階段目前正在處理的批次號碼。
命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)
語法
'宣告
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 命名空間