Share via


Clase TransConflictCount

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

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..TransConflictCount

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

Sintaxis

'Declaración
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

El tipo TransConflictCount expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública ArticleName Gets the name of the article.
Propiedad pública CentralizedConflicts Gets whether conflict data for the article is stored at the Publisher or at each Subscriber.
Propiedad pública ConflictCount Gets the number of conflict rows being stored in the conflict table for this article.
Propiedad pública ConflictTableName Gets the name of the conflict table for the article.
Propiedad pública QueuedSourceProcedureName Gets the name of the stored procedure used to retrieve the source data row causing the conflict.

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método protegido MemberwiseClone (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 .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.