SyncTableProgress Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SyncTableProgress

Namespace:  Microsoft.Synchronization.Data
Assembly:  Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncTableProgress
'Usage
Dim instance As SyncTableProgress
[SerializableAttribute]
public class SyncTableProgress
[SerializableAttribute]
public ref class SyncTableProgress
[<SerializableAttribute>]
type SyncTableProgress =  class end
public class SyncTableProgress

The SyncTableProgress type exposes the following members.

Constructors

  Name Description
Public method SyncTableProgress() Initializes a new instance of the SyncTableProgress class by using default values.
Public method SyncTableProgress(String) Initializes a new instance of the SyncTableProgress class by using a table name parameter.

Top

Properties

  Name Description
Public property ChangesApplied Gets or sets the number of changes applied to a table during the synchronization session.
Public property ChangesFailed Gets or sets the number of changes that failed to be applied to a table during the synchronization session.
Public property ChangesPending Gets the number of pending changes to be applied to a table during the synchronization session.
Public property Conflicts Gets a collection of SyncConflict objects that contain information about any conflicts that occurred for a table during the synchronization session.
Public property DataTable Gets or sets the DataTable object that contains the changes to be synchronized.
Public property Deletes Gets or sets the number of deletes applied to a table during the synchronization session.
Public property Inserts Gets or sets the number of inserts applied to a table during the synchronization session.
Public property 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.
Public property TableName Gets or sets the name of the SyncTable.
Public property TotalChanges Gets the total number of changes applied to a table during the synchronization session.
Public property Updates Gets or sets the number of updates applied to a table during the synchronization session.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Synchronization.Data Namespace