共用方式為


MergeSessionDetail 成員

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

MergeSessionDetail 型別公開下列成員。

建構函式

  名稱 描述
公用方法 MergeSessionDetail Creates an instance of the MergeSessionDetail class.

頂端

方法

  名稱 描述
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

頂端

屬性

  名稱 描述
公用屬性 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.

頂端