Compartir a través de


TablesProgress Propiedad

Obtiene una colección de objetos DbSyncTableProgress.

Espacio de nombres:  Microsoft.Synchronization.Data
Ensamblado:  Microsoft.Synchronization.Data (en Microsoft.Synchronization.Data.dll)

Sintaxis

'Declaración
Public ReadOnly Property TablesProgress As Collection(Of DbSyncTableProgress)
    Get
'Uso
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>

Valor de la propiedad

Tipo: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'DbSyncTableProgress> ) > ) >
Colección de objetos DbSyncTableProgress.

Vea también

Referencia

DbSyncScopeProgress Clase

DbSyncScopeProgress Miembros

Microsoft.Synchronization.Data Espacio de nombres