Condividi tramite


Proprietà DbSyncContext.ScopeProgress

Ottiene o imposta un oggetto DbSyncScopeProgress contenente un set di statistiche sullo stato per un ambito di sincronizzazione.

Spazio dei nomi: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Sintassi

'Dichiarazione
Public Property ScopeProgress As DbSyncScopeProgress
'Utilizzo
Dim instance As DbSyncContext
Dim value As DbSyncScopeProgress

value = instance.ScopeProgress

instance.ScopeProgress = value
public DbSyncScopeProgress ScopeProgress { get; set; }
public:
property DbSyncScopeProgress^ ScopeProgress {
    DbSyncScopeProgress^ get ();
    void set (DbSyncScopeProgress^ value);
}
/** @property */
public DbSyncScopeProgress get_ScopeProgress ()

/** @property */
public void set_ScopeProgress (DbSyncScopeProgress value)
public function get ScopeProgress () : DbSyncScopeProgress

public function set ScopeProgress (value : DbSyncScopeProgress)

Valore proprietà

Oggetto DbSyncScopeProgress contenente un set di statistiche sullo stato per un ambito di sincronizzazione.

Vedere anche

Riferimento

Classe DbSyncContext
Membri DbSyncContext
Spazio dei nomi Microsoft.Synchronization.Data