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 | |
---|---|---|
Changes | Gets the DataSet object that contains the changes that are to be synchronized. | |
GroupName | Gets or sets the name of the group of tables that are currently being synchronized. | |
TablesProgress | Gets a collection of SyncTableProgress objects. | |
TotalChanges | Gets the total number of changes that are to be applied during the synchronization session. | |
TotalChangesApplied | Gets the total number of changes that have been applied during the synchronization session. | |
TotalChangesFailed | Gets the total number of changes that have failed to be applied during the synchronization session. | |
TotalChangesPending | Gets the total number of changes that are pending for the synchronization session. | |
TotalDeletes | Gets the total number of deletes that are to be applied during the synchronization session. | |
TotalInserts | Gets the total number of inserts that are to be applied during the synchronization session. | |
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 | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
FindTableProgress | Returns a SyncTableProgress object that contains synchronization progress statistics for a table. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
SyncGroupProgress Class
Microsoft.Synchronization.Data Namespace