Partager via


Classe TransConflictCount

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

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Syntaxe

'Déclaration
Public NotInheritable Class TransConflictCount
'Utilisation
Dim instance As TransConflictCount
public sealed class TransConflictCount
public ref class TransConflictCount sealed
[<SealedAttribute>]
type TransConflictCount =  class end
public final class TransConflictCount

Le type TransConflictCount expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique TransConflictCount Creates a new instance of the TransConflictCount class.

Haut de la page

Propriétés

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

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Notes

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.

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.