SessionProgressEventArgs.BatchProgress 属性

获取一个 SyncBatchProgress 对象,该对象表示正在同步的当前变更批的进度。

命名空间: Microsoft.Synchronization
程序集: Microsoft.Synchronization.Data(在 microsoft.synchronization.data.dll 中)

语法

声明
Public ReadOnly Property BatchProgress As SyncBatchProgress
用法
Dim instance As SessionProgressEventArgs
Dim value As SyncBatchProgress

value = instance.BatchProgress
public SyncBatchProgress BatchProgress { get; }
public:
property SyncBatchProgress^ BatchProgress {
    SyncBatchProgress^ get ();
}
/** @property */
public SyncBatchProgress get_BatchProgress ()
public function get BatchProgress () : SyncBatchProgress

属性值

一个 SyncBatchProgress 对象,该对象表示正在同步的当前变更批的进度。

请参阅

参考

SessionProgressEventArgs 类
SessionProgressEventArgs 成员
Microsoft.Synchronization 命名空间