Класс ArticleConflict

Represents information about a merge replication conflict table.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Replication.ArticleConflict

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public NotInheritable Class ArticleConflict
'Применение
Dim instance As ArticleConflict
public sealed class ArticleConflict
public ref class ArticleConflict sealed
[<SealedAttribute>]
type ArticleConflict =  class end
public final class ArticleConflict

Тип ArticleConflict обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ArticleConflict Initializes a new instance of the ArticleConflict class.

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Замечания

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.

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication

Другие ресурсы

Расширенное обнаружение и разрешение конфликтов репликации слиянием