Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets or sets a DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Property ScopeProgress As DbSyncScopeProgress
Get
Set
'Usage
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);
}
member ScopeProgress : DbSyncScopeProgress with get, set
function get ScopeProgress () : DbSyncScopeProgress
function set ScopeProgress (value : DbSyncScopeProgress)
Property Value
Type: Microsoft.Synchronization.Data.DbSyncScopeProgress
A DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | value is a null reference (Nothing in Visual Basic). |