DbSyncTableProgress Class
Represents a set of synchronization progress statistics for a table that is involved in peer synchronization.
Inheritance Hierarchy
System.Object
Microsoft.Synchronization.Data.DbSyncTableProgress
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DbSyncTableProgress
'Usage
Dim instance As DbSyncTableProgress
[SerializableAttribute]
public class DbSyncTableProgress
[SerializableAttribute]
public ref class DbSyncTableProgress
[<SerializableAttribute>]
type DbSyncTableProgress = class end
public class DbSyncTableProgress
The DbSyncTableProgress type exposes the following members.
Constructors
Name | Description | |
---|---|---|
DbSyncTableProgress() | Initializes a new instance of the DbSyncTableProgress class by using default values. | |
DbSyncTableProgress(String) | Initializes a new instance of the DbSyncTableProgress class by using a table name parameter. |
Top
Properties
Name | Description | |
---|---|---|
BatchedDeletesRetried | Gets or sets the number of delete operations that were retried during a synchronization session in which changes were batched. | |
ChangesApplied | Gets or sets the number of changes applied to a table during the synchronization session. | |
ChangesFailed | Gets or sets the number of changes that failed to be applied to a table during the synchronization session. | |
ChangesPending | Gets the number of pending changes to be applied to a table during the synchronization session. | |
DataTable | Gets or sets the DataTable object that contains the changes to be synchronized. | |
Deletes | Gets or sets the number of deletes that are applied to a table during the synchronization session. | |
Inserts | Gets or sets the number of inserts that are applied to a table during the synchronization session. | |
RowIndex | Gets or sets the index of the DataRow object that is currently being processed in the DataTable object that contains the changes to be synchronized. | |
TableName | Gets or sets the name of the table that is being synchronized. | |
TotalChanges | Gets the total number of changes that are applied to a table during the synchronization session. | |
Updates | Gets or sets the number of updates that are applied to a table during the synchronization session. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.