MergeSessionDetail Members

Include Protected Members
Include Inherited Members

Represents detailed information about a step in a Merge Agent session.

The MergeSessionDetail type exposes the following members.

Constructors

  Name Description
Public method MergeSessionDetail() Creates an instance of the MergeSessionDetail class.

Top

Methods

  Name Description
Public method Equals(Object) (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

Properties

  Name Description
Public property Conflicts Gets or sets the number of conflicts that occurred in the step.
Public property Deletes Gets or sets the number of deletes that were replicated in the step.
Public property DetailType Gets or sets the type of detail step represented by the object.
Public property Duration Gets or sets the duration of the detail step.
Public property Errors Gets or sets errors that occurred in the detail step.
Public property Inserts Gets or sets the number of inserts that were replicated in the step.
Public property Message Gets or sets the message returned by the Merge Agent during the step.
Public property PercentComplete Gets or sets the progress of the session during the step, as a percentage of the total session.
Public property PercentOfTotalTime Gets or sets the amount of type spent during this step, as a percentage of the total synchronization time of the session.
Public property RowsRetried Gets or sets the number of rows that were retried during the step.
Public property SchemaChanges Gets or sets the number of schema changes applied during the step.
Public property Updates Gets or sets the number of updates that were replicated during the step.

Top