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.

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。