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.

맨 위로 이동