MergeConflictCount Members

Include Protected Members
Include Inherited Members

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

The MergeConflictCount type exposes the following members.

Constructors

  Name Description
Public method MergeConflictCount() Creates a new instance of the MergeConflictCount class.

Top

Methods

  Name Description
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public method ToString() (Inherited from Object.)

Top

Properties

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

Top