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에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Replication 네임스페이스