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)
'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>

Property Value

A collection of DbSyncTableProgress objects.

See Also

Reference

DbSyncScopeProgress Class
DbSyncScopeProgress Members
Microsoft.Synchronization.Data Namespace