Поделиться через


Элементы 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.

В начало