Поделиться через


Класс MergeConflictCount

Represents conflict information for a table article in a merge publication.

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

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..MergeConflictCount

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

Синтаксис

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

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

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

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

В начало

Свойства

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

В начало

Методы

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

В начало

Замечания

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.

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

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