Compartilhar via


Membros MergeConflictCount

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

O tipo MergeConflictCount expõe os seguintes membros.

Construtores

  Nome Descrição
Método público MergeConflictCount Creates a new instance of the MergeConflictCount class.

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Propriedades

  Nome Descrição
Propriedade pública ArticleName Gets or sets the name of the merge article that has conflicts represented by the MergeConflictCount object.
Propriedade pública CentralizedConflicts Gets or sets whether conflict data for the article is stored at the Publisher or at the Subscriber.
Propriedade pública ConflictTableName Gets or sets the name of the table that stores the conflict data rows.
Propriedade pública DeleteConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of deletes on the published table.
Propriedade pública GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the table article.
Propriedade pública SourceObjectName Gets or sets the name of the published table.
Propriedade pública UpdateConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of updates on the published table.

Início