Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Ruft eine Auflistung von SyncTableProgress-Objekten ab.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public ReadOnly Property TablesProgress As Collection(Of SyncTableProgress)
Get
'Usage
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>
Eigenschaftenwert
Typ: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SyncTableProgress> ) > ) >
Eine Auflistung von SyncTableProgress-Objekten.