Compartir a través de


Clase MergeConflictCount

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

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Replication.MergeConflictCount

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public NotInheritable Class MergeConflictCount
'Uso
Dim instance As MergeConflictCount
public sealed class MergeConflictCount
public ref class MergeConflictCount sealed
[<SealedAttribute>]
type MergeConflictCount =  class end
public final class MergeConflictCount

El tipo MergeConflictCount expone los siguientes miembros.

Constructores

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

Arriba

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.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Comentarios

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Replication

EnumMergeConflictCounts

Otros recursos

Detectar y solucionar conflictos de replicación de mezcla