TransPublication.TransArticles プロパティ

定義

出版物の記事を代表します。

public:
 property Microsoft::SqlServer::Replication::TransArticleCollection ^ TransArticles { Microsoft::SqlServer::Replication::TransArticleCollection ^ get(); };
public Microsoft.SqlServer.Replication.TransArticleCollection TransArticles { get; }
member this.TransArticles : Microsoft.SqlServer.Replication.TransArticleCollection
Public ReadOnly Property TransArticles As TransArticleCollection

プロパティ値

TransArticleCollection オブジェクト。

注釈

TransArticlesプロパティは、Publisherのsysadmin固定サーバーロールのメンバー、出版データベースのdb_owner固定データベース役割のメンバー、または出版アクセスリスト(PAL)のユーザーのみが取得できます。

TransArticlesの取得はsp_helparticleを実行するのと同等です。

適用対象