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 DbSyncTableProgress-Objekten ab.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public ReadOnly Property TablesProgress As Collection(Of DbSyncTableProgress)
'Usage
Dim instance As DbSyncScopeProgress
Dim value As Collection(Of DbSyncTableProgress)
value = instance.TablesProgress
public Collection<DbSyncTableProgress> TablesProgress { get; }
public:
property Collection<DbSyncTableProgress^>^ TablesProgress {
Collection<DbSyncTableProgress^>^ get ();
}
/** @property */
public Collection<DbSyncTableProgress> get_TablesProgress ()
public function get TablesProgress () : Collection<DbSyncTableProgress>
Eigenschaftenwert
Eine Auflistung von DbSyncTableProgress-Objekten.
Siehe auch
Verweis
DbSyncScopeProgress-Klasse
DbSyncScopeProgress-Member
Microsoft.Synchronization.Data-Namespace