Dela via


DbSyncProgressEventArgs.ScopeProgress Property

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.

See Also

Reference

DbSyncProgressEventArgs Class

Microsoft.Synchronization.Data Namespace