ArticleConflict Members
Include Protected Members
Include Inherited Members
Represents information about a merge replication conflict table.
The ArticleConflict type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ArticleConflict() | Initializes a new instance of the ArticleConflict class. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
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. |
Top