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