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


Класс TransConflictCount

Represents returned conflict information for a table article in a publication that supports queued updating subscriptions.

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

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..TransConflictCount

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство ArticleName Gets the name of the article.
Открытое свойство CentralizedConflicts Gets whether conflict data for the article is stored at the Publisher or at each Subscriber.
Открытое свойство ConflictCount Gets the number of conflict rows being stored in the conflict table for this article.
Открытое свойство ConflictTableName Gets the name of the conflict table for the article.
Открытое свойство QueuedSourceProcedureName Gets the name of the stored procedure used to retrieve the source data row causing the conflict.

В начало

Методы

  Имя Описание
Открытый метод 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 .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) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.