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 命名空间