Freigeben über


DbSyncScopeProgress.TablesProgress-Eigenschaft

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