共用方式為


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