MergeSessionDetail Class
Represents detailed information about a step in a Merge Agent session.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.MergeSessionDetail
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public NotInheritable Class MergeSessionDetail
'Usage
Dim instance As MergeSessionDetail
public sealed class MergeSessionDetail
public ref class MergeSessionDetail sealed
[<SealedAttribute>]
type MergeSessionDetail = class end
public final class MergeSessionDetail
The MergeSessionDetail type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MergeSessionDetail | Creates an instance of the MergeSessionDetail class. |
Top
Properties
Name | Description | |
---|---|---|
Conflicts | Gets or sets the number of conflicts that occurred in the step. | |
Deletes | Gets or sets the number of deletes that were replicated in the step. | |
DetailType | Gets or sets the type of detail step represented by the object. | |
Duration | Gets or sets the duration of the detail step. | |
Errors | Gets or sets errors that occurred in the detail step. | |
Inserts | Gets or sets the number of inserts that were replicated in the step. | |
Message | Gets or sets the message returned by the Merge Agent during the step. | |
PercentComplete | Gets or sets the progress of the session during the step, as a percentage of the total session. | |
PercentOfTotalTime | Gets or sets the amount of type spent during this step, as a percentage of the total synchronization time of the session. | |
RowsRetried | Gets or sets the number of rows that were retried during the step. | |
SchemaChanges | Gets or sets the number of schema changes applied during the step. | |
Updates | Gets or sets the number of updates that were replicated during the step. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (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.