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 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 ReadOnly Property ScopeProgress As DbSyncScopeProgress
Get
'Usage
Dim instance As DbSyncProgressEventArgs
Dim value As DbSyncScopeProgress
value = instance.ScopeProgress
public DbSyncScopeProgress ScopeProgress { get; }
public:
property DbSyncScopeProgress^ ScopeProgress {
DbSyncScopeProgress^ get ();
}
member ScopeProgress : DbSyncScopeProgress
function get ScopeProgress () : DbSyncScopeProgress
Property Value
Type: Microsoft.Synchronization.Data.DbSyncScopeProgress
A DbSyncScopeProgress object that contains a set of progress statistics for a synchronization scope.