Share via


SyncGroupProgress Members

Represents a set of synchronization progress statistics for the tables in a SyncGroup.

The following tables list the members exposed by the SyncGroupProgress type.

Public Constructors

  Name Description
Public method SyncGroupProgress Overloaded. Initializes a new instance of the SyncGroupProgress class.

Top

Public Properties

  Name Description
Public property Changes Gets the DataSet object that contains the changes that are to be synchronized.
Public property GroupName Gets or sets the name of the group of tables that are currently being synchronized.
Public property TablesProgress Gets a collection of SyncTableProgress objects.
Public property TotalChanges Gets the total number of changes that are to be applied during the synchronization session.
Public property TotalChangesApplied Gets the total number of changes that have been applied during the synchronization session.
Public property TotalChangesFailed Gets the total number of changes that have failed to be applied during the synchronization session.
Public property TotalChangesPending Gets the total number of changes that are pending for the synchronization session.
Public property TotalDeletes Gets the total number of deletes that are to be applied during the synchronization session.
Public property TotalInserts Gets the total number of inserts that are to be applied during the synchronization session.
Public property TotalUpdates Gets the total number of updates that are to be applied during the synchronization session.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Equals  Overloaded. (Inherited from Object.)
Public method FindTableProgress Returns a SyncTableProgress object that contains synchronization progress statistics for a table.
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Bb686965.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncGroupProgress Class
Microsoft.Synchronization.Data Namespace