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
SyncGroupProgress Overloaded. Initializes a new instance of the SyncGroupProgress class.

Top

Public Properties

  Name Description
Bb686965.pubproperty(en-US,SQL.90).gif Changes Gets the DataSet object that contains the changes that are to be synchronized.
Bb686965.pubproperty(en-US,SQL.90).gif GroupName Gets or sets the name of the group of tables that are currently being synchronized.
Bb686965.pubproperty(en-US,SQL.90).gif TablesProgress Gets a collection of SyncTableProgress objects.
Bb686965.pubproperty(en-US,SQL.90).gif TotalChanges Gets the total number of changes that are to be applied during the synchronization session.
Bb686965.pubproperty(en-US,SQL.90).gif TotalChangesApplied Gets the total number of changes that have been applied during the synchronization session.
Bb686965.pubproperty(en-US,SQL.90).gif TotalChangesFailed Gets the total number of changes that have failed to be applied during the synchronization session.
Bb686965.pubproperty(en-US,SQL.90).gif TotalChangesPending Gets the total number of changes that are pending for the synchronization session.
Bb686965.pubproperty(en-US,SQL.90).gif TotalDeletes Gets the total number of deletes that are to be applied during the synchronization session.
Bb686965.pubproperty(en-US,SQL.90).gif TotalInserts Gets the total number of inserts that are to be applied during the synchronization session.
Bb686965.pubproperty(en-US,SQL.90).gif 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
Bb686965.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb686965.pubmethod(en-US,SQL.90).gif FindTableProgress Returns a SyncTableProgress object that contains synchronization progress statistics for a table.
Bb686965.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb686965.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb686965.pubmethod(en-US,SQL.90).gif Bb686965.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb686965.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb686965.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb686965.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

SyncGroupProgress Class
Microsoft.Synchronization.Data Namespace