Compartilhar via


Classe MergeConflictCount

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

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Replication.MergeConflictCount

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (em Microsoft.SqlServer.Rmo.dll)

Sintaxe

'Declaração
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

O tipo MergeConflictCount expõe os membros a seguir.

Construtores

  Nome Descrição
Método público MergeConflictCount Creates a new instance of the MergeConflictCount class.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Comentários

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.

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Replication

EnumMergeConflictCounts

Outros recursos

Detectar e resolver conflitos de replicação de mesclagem