共用方式為


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。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 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.

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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Replication 命名空間

EnumPublicationArticles

其他資源

如何:定義發行項 (RMO 程式設計)

如何:刪除發行項 (RMO 程式設計)

如何:檢視及修改發行項屬性 (RMO 程式設計)