Partager via


Classe MergeConflictCount

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

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Replication.MergeConflictCount

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

Syntaxe

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

Le type MergeConflictCount expose les membres suivants.

Constructeurs

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

Haut de la page

Propriétés

  Nom Description
Propriété publique ArticleName Gets or sets the name of the merge article that has conflicts represented by the MergeConflictCount object.
Propriété publique CentralizedConflicts Gets or sets whether conflict data for the article is stored at the Publisher or at the Subscriber.
Propriété publique ConflictTableName Gets or sets the name of the table that stores the conflict data rows.
Propriété publique DeleteConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of deletes on the published table.
Propriété publique GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the table article.
Propriété publique SourceObjectName Gets or sets the name of the published table.
Propriété publique UpdateConflictCount Gets or sets the total number of conflict rows in the conflict table that are the result of updates on the published table.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals (hérité de Object.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (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 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.

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.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Replication

EnumMergeConflictCounts

Autres ressources

Détecter et résoudre de conflits de réplication de fusion