TransConflictCount Class

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

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Replication.TransConflictCount

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

Syntax

'Declaration
Public NotInheritable Class TransConflictCount
'Usage
Dim instance As TransConflictCount
public sealed class TransConflictCount
public ref class TransConflictCount sealed
[<SealedAttribute>]
type TransConflictCount =  class end
public final class TransConflictCount

The TransConflictCount type exposes the following members.

Constructors

  Name Description
Public method TransConflictCount Creates a new instance of the TransConflictCount class.

Top

Properties

  Name Description
Public property ArticleName Gets the name of the article.
Public property CentralizedConflicts Gets whether conflict data for the article is stored at the Publisher or at each Subscriber.
Public property ConflictCount Gets the number of conflict rows being stored in the conflict table for this article.
Public property ConflictTableName Gets the name of the conflict table for the article.
Public property QueuedSourceProcedureName Gets the name of the stored procedure used to retrieve the source data row causing the conflict.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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.

Thread Safety

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