DbSyncScopeProgress Properties

Public Properties

  Name Description
Public property Changes
Gets the DataSet object that contains the changes that are to be synchronized.
Public property TablesProgress
Gets a collection of DbSyncTableProgress 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

See Also

Reference

DbSyncScopeProgress Class
Microsoft.Synchronization.Data Namespace