MergeSessionDetail 멤버
Represents detailed information about a step in a Merge Agent session.
MergeSessionDetail 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
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. |
맨 위로 이동