MergeSessionDetail 类

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

继承层次结构

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..MergeSessionDetail

命名空间:  Microsoft.SqlServer.Replication
程序集:  Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)

语法

声明
Public NotInheritable Class MergeSessionDetail
用法
Dim instance As MergeSessionDetail
public sealed class MergeSessionDetail
public ref class MergeSessionDetail sealed
[<SealedAttribute>]
type MergeSessionDetail =  class end
public final class MergeSessionDetail

MergeSessionDetail 类型公开以下成员。

构造函数

  名称 说明
公共方法 MergeSessionDetail Creates an instance of the MergeSessionDetail class.

页首

属性

  名称 说明
公共属性 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.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。