MergeConflictCount Class
Represents conflict information for a table article in a merge publication.
Inheritance Hierarchy
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
The MergeConflictCount type exposes the following members.
Constructors
Name | Description | |
---|---|---|
MergeConflictCount | Creates a new instance of the MergeConflictCount class. |
Top
Properties
Name | Description | |
---|---|---|
ArticleName | Gets or sets the name of the merge article that has conflicts represented by the MergeConflictCount object. | |
CentralizedConflicts | Gets or sets whether conflict data for the article is stored at the Publisher or at the Subscriber. | |
ConflictTableName | Gets or sets the name of the table that stores the conflict data rows. | |
DeleteConflictCount | Gets or sets the total number of conflict rows in the conflict table that are the result of deletes on the published table. | |
GuidColumnName | Gets or sets the name of the column that uniquely identifies rows in the table article. | |
SourceObjectName | Gets or sets the name of the published table. | |
UpdateConflictCount | Gets or sets the total number of conflict rows in the conflict table that are the result of updates on the published table. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Remarks
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.
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.
See Also