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


Класс PublicationArticle

Represents article information for a published database object.

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

System. . :: . .Object
  Microsoft.SqlServer.Replication..::..PublicationArticle

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

Синтаксис

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

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство AllowInteractiveResolver Gets or sets whether or not to allow subscriptions to invoke the Interactive Resolver when conflicts occur during synchronization.
Открытое свойство ArticleName Gets or sets the name of the article.
Открытое свойство ArticleResolver Gets or sets the friendly name of the custom conflict resolver or business logic handler used when synchronizing the article.
Открытое свойство ArticleType Gets or sets the source object type for the article.
Открытое свойство ColumnTracking Gets or sets how conflicts are detected when synchronizing data rows.
Открытое свойство PublicationName Gets or sets the name of the publication to which the article belongs.
Открытое свойство ReplicationType Gets or sets the type of publication to which the article belongs.
Открытое свойство ResolverInfo Gets or sets additional data and parameters that are to be used by a Component Object Model (COM)-based conflict resolver.
Открытое свойство UserData Gets or sets an object that allows users to attach their own data.
Открытое свойство VerifyResolverSignature Gets or sets the options for verifying the digital signature on a Component Object Model (COM)-based conflict resolver to determine if it is from a trusted source.

В начало

Методы

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

В начало

Замечания

The PublicationArticle structure is used when returning limited information about articles in a published database. This object is used primarily by Среда SQL Server Management Studio. Use the TransArticle or the MergeArticle objects to create, view, modify, and delete articles in a publication.

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