DbSyncScopeProgress.TablesProgress Property

Gets a collection of DbSyncTableProgress objects.

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
Public ReadOnly Property TablesProgress As Collection(Of DbSyncTableProgress)
    Get
'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 ();
}
member TablesProgress : Collection<DbSyncTableProgress>
function get TablesProgress () : Collection<DbSyncTableProgress>

Property Value

Type: System.Collections.ObjectModel.Collection<DbSyncTableProgress>
A collection of DbSyncTableProgress objects.

See Also

Reference

DbSyncScopeProgress Class

Microsoft.Synchronization.Data Namespace