Partager via


Membres MergeConflictCount

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

Le type MergeConflictCount expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique MergeConflictCount Creates a new instance of the MergeConflictCount class.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (Hérité de Object.)
Méthode protégée Finalize (Hérité de Object.)
Méthode publique GetHashCode (Hérité de Object.)
Méthode publique GetType (Hérité de Object.)
Méthode protégée MemberwiseClone (Hérité de Object.)
Méthode publique ToString (Hérité de Object.)

Haut de la page

Propriétés

  Nom Description
Propriété publique ArticleName Gets or sets the name of the merge article that has conflicts represented by the MergeConflictCount object.
Propriété publique CentralizedConflicts Gets or sets whether conflict data for the article is stored at the Publisher or at the Subscriber.
Propriété publique ConflictTableName Gets or sets the name of the table that stores the conflict data rows.
Propriété publique DeleteConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of deletes on the published table.
Propriété publique GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the table article.
Propriété publique SourceObjectName Gets or sets the name of the published table.
Propriété publique UpdateConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of updates on the published table.

Haut de la page