TablesProgress 属性

获取 SyncTableProgress 对象的集合。

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

语法

声明
Public ReadOnly Property TablesProgress As Collection(Of SyncTableProgress)
    Get
用法
Dim instance As SyncGroupProgress
Dim value As Collection(Of SyncTableProgress)

value = instance.TablesProgress
public Collection<SyncTableProgress> TablesProgress { get; }
public:
property Collection<SyncTableProgress^>^ TablesProgress {
    Collection<SyncTableProgress^>^ get ();
}
member TablesProgress : Collection<SyncTableProgress>
function get TablesProgress () : Collection<SyncTableProgress>

属性值

类型:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SyncTableProgress> ) > ) >
SyncTableProgress 对象的集合。

请参阅

参考

SyncGroupProgress类

SyncGroupProgress 成员

Microsoft.Synchronization.Data 命名空间