共用方式為


SyncBatchProgress.BatchCount 屬性

取得工作階段期間要同步處理的批次總數。

命名空間: Microsoft.Synchronization
組件: Microsoft.Synchronization.Data (在 microsoft.synchronization.data.dll)

語法

'宣告
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 命名空間