다음을 통해 공유


MergeConflictCount 멤버

Represents conflict information for a table article in a merge publication.

MergeConflictCount 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 MergeConflictCount Creates a new instance of the MergeConflictCount class.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 ArticleName Gets or sets the name of the merge article that has conflicts represented by the MergeConflictCount object.
공용 속성 CentralizedConflicts Gets or sets whether conflict data for the article is stored at the Publisher or at the Subscriber.
공용 속성 ConflictTableName Gets or sets the name of the table that stores the conflict data rows.
공용 속성 DeleteConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of deletes on the published table.
공용 속성 GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the table article.
공용 속성 SourceObjectName Gets or sets the name of the published table.
공용 속성 UpdateConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of updates on the published table.

맨 위로 이동