ArticleConflict Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents information about a merge replication conflict table.
public ref class ArticleConflict sealed
public sealed class ArticleConflict
type ArticleConflict = class
Public NotInheritable Class ArticleConflict
- Inheritance
-
ArticleConflict
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.
Constructors
ArticleConflict() |
Initializes a new instance of the ArticleConflict class. |
Properties
ArticleName |
Gets or sets the name of the article that uses the specified ConflictTable. |
CentralizedConflict |
Specifies whether the conflict table exists at the Publisher or at the Subscriber. |
ConflictTable |
Gets or sets the name of the table in which the conflicting data for the specified ArticleName is stored. |
GuidColumnName |
Gets or sets the name of the column that uniquely identifies rows in the specified SourceObject. |
SourceObject |
Gets or sets the name of the source object for the specified ArticleName. |
SourceOwner |
Gets or sets the owner of the source object for the specified ArticleName. |
UserData |
Gets or sets an object to which users can attach their own data. |