Sdílet prostřednictvím


SyncTableProgress Members

Represents a set of synchronization progress statistics for a SyncTable object.

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

Public Constructors

  Name Description
SyncTableProgress Overloaded. Initializes a new instance of the SyncTableProgress class.

Top

Public Properties

  Name Description
Bb734564.pubproperty(en-US,SQL.90).gif ChangesApplied Gets or sets the number of changes applied to a table during the synchronization session.
Bb734564.pubproperty(en-US,SQL.90).gif ChangesFailed Gets or sets the number of changes that failed to be applied to a table during the synchronization session.
Bb734564.pubproperty(en-US,SQL.90).gif ChangesPending Gets the number of pending changes to be applied to a table during the synchronization session.
Bb734564.pubproperty(en-US,SQL.90).gif Conflicts Gets a collection of SyncConflict objects that contain information about any conflicts that occurred for a table during the synchronization session.
Bb734564.pubproperty(en-US,SQL.90).gif DataTable Gets or sets the DataTable object that contains the changes to be synchronized.
Bb734564.pubproperty(en-US,SQL.90).gif Deletes Gets or sets the number of deletes applied to a table during the synchronization session.
Bb734564.pubproperty(en-US,SQL.90).gif Inserts Gets or sets the number of inserts applied to a table during the synchronization session.
Bb734564.pubproperty(en-US,SQL.90).gif RowIndex Gets or sets the index of the DataRow that is currently being processed in the DataTable object that contains the changes to be synchronized.
Bb734564.pubproperty(en-US,SQL.90).gif TableName Gets or sets the name of the SyncTable.
Bb734564.pubproperty(en-US,SQL.90).gif TotalChanges Gets the total number of changes applied to a table during the synchronization session.
Bb734564.pubproperty(en-US,SQL.90).gif Updates Gets or sets the number of updates applied to a table during the synchronization session.

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb734564.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb734564.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb734564.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
Bb734564.pubmethod(en-US,SQL.90).gif Bb734564.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb734564.pubmethod(en-US,SQL.90).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top

See Also

Reference

SyncTableProgress Class
Microsoft.Synchronization.Data Namespace