DbSyncScopeProgress::TablesProgress Property
Gets a collection of DbSyncTableProgress objects.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
public: property Collection<DbSyncTableProgress^>^ TablesProgress { Collection<DbSyncTableProgress^>^ get (); }
Property Value
Type: System.Collections.ObjectModel::Collection<DbSyncTableProgress>A collection of DbSyncTableProgress objects.
Show: