Compartir a través de


MergeConflictCount Miembros

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

El tipo MergeConflictCount expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico MergeConflictCount Creates a new instance of the MergeConflictCount class.

Principio

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de Object).

Principio

Propiedades

  Nombre Descripción
Propiedad pública ArticleName Gets or sets the name of the merge article that has conflicts represented by the MergeConflictCount object.
Propiedad pública CentralizedConflicts Gets or sets whether conflict data for the article is stored at the Publisher or at the Subscriber.
Propiedad pública ConflictTableName Gets or sets the name of the table that stores the conflict data rows.
Propiedad 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.
Propiedad pública GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the table article.
Propiedad pública SourceObjectName Gets or sets the name of the published table.
Propiedad 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.

Principio