Compartilhar via


Classe TransConflictCount

Represents returned conflict information for a table article in a publication that supports queued updating subscriptions.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Replication.TransConflictCount

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

Sintaxe

'Declaração
Public NotInheritable Class TransConflictCount
'Uso
Dim instance As TransConflictCount
public sealed class TransConflictCount
public ref class TransConflictCount sealed
[<SealedAttribute>]
type TransConflictCount =  class end
public final class TransConflictCount

O tipo TransConflictCount expõe os membros a seguir.

Construtores

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

Início

Propriedades

  Nome Descrição
Propriedade pública ArticleName Gets the name of the article.
Propriedade pública CentralizedConflicts Gets whether conflict data for the article is stored at the Publisher or at each Subscriber.
Propriedade pública ConflictCount Gets the number of conflict rows being stored in the conflict table for this article.
Propriedade pública ConflictTableName Gets the name of the conflict table for the article.
Propriedade pública QueuedSourceProcedureName Gets the name of the stored procedure used to retrieve the source data row causing the conflict.

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 .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

EnumTransConflictCounts