ArticleConflict Class

Represents information about a merge replication conflict table.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Replication.ArticleConflict

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

Syntax

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

The ArticleConflict type exposes the following members.

Constructors

  Name Description
Public method ArticleConflict Initializes a new instance of the ArticleConflict class.

Top

Properties

  Name Description
Public property ArticleName Gets or sets the name of the article that uses the specified ConflictTable.
Public property CentralizedConflict Specifies whether the conflict table exists at the Publisher or at the Subscriber.
Public property ConflictTable Gets or sets the name of the table in which the conflicting data for the specified ArticleName is stored.
Public property GuidColumnName Gets or sets the name of the column that uniquely identifies rows in the specified SourceObject.
Public property SourceObject Gets or sets the name of the source object for the specified ArticleName.
Public property SourceOwner Gets or sets the owner of the source object for the specified ArticleName.
Public property UserData Gets or sets an object to which users can attach their own data.

Top

Methods

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

Top

Remarks

This namespace, class, or member is supported only in the Microsoft .NET Framework 2.0.

Thread Safety

Public static (Shared in Microsoft Visual Basic) members of this type are safe for multithreaded operations. 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

Reference

Microsoft.SqlServer.Replication Namespace

Other Resources

Advanced Merge Replication Conflict Detection and Resolution