DbSyncScopeProgress Class

Represents a set of synchronization progress statistics for the objects in a DbSyncScope.

System.Object
  Microsoft.Synchronization.Data.DbSyncScopeProgress

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

'Declaration
<SerializableAttribute> _
Public Class DbSyncScopeProgress
'Usage
Dim instance As DbSyncScopeProgress

The DbSyncScopeProgress type exposes the following members.

  NameDescription
Public methodDbSyncScopeProgressInitializes a new instance of the DbSyncScopeProgress class by using default values.
Public methodDbSyncScopeProgress(DataSet)Initializes a new instance of the DbSyncScopeProgress class by using a data set parameter.
Top

  NameDescription
Public propertyChangesGets the DataSet object that contains the changes that are to be synchronized.
Public propertyTablesProgressGets a collection of DbSyncTableProgress objects.
Public propertyTotalChangesGets the total number of changes that are to be applied during the synchronization session.
Public propertyTotalChangesAppliedGets the total number of changes that have been applied during the synchronization session.
Public propertyTotalChangesFailedGets the total number of changes that have failed to be applied during the synchronization session.
Public propertyTotalChangesPendingGets the total number of changes that are pending for the synchronization session.
Public propertyTotalDeletesGets the total number of deletes that are to be applied during the synchronization session.
Public propertyTotalInsertsGets the total number of inserts that are to be applied during the synchronization session.
Public propertyTotalUpdatesGets the total number of updates that are to be applied during the synchronization session.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindTableProgressReturns a DbSyncTableProgress object that contains synchronization progress statistics for a table.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

For peer-to-peer database synchronization, a scope is typically a set of tables. For more information about how scopes are used, see in How to: Provision a Server Database for Collaborative Synchronization (Non-SQL Server).

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: