Freigeben über


MergeConflictCount-Klasse

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

Vererbungshierarchie

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..MergeConflictCount

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

Syntax

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

Der MergeConflictCount-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode MergeConflictCount Creates a new instance of the MergeConflictCount class.

Zum Anfang

Eigenschaften

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

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Hinweise

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.

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.