Freigeben über


MergeConflictCount-Member

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

Der MergeConflictCount-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MergeConflictCount Creates a new instance of the MergeConflictCount class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Eigenschaften

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

Zum Anfang