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 プロパティを取得できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、パブリケーション データベースの固定データベース ロール db_owner のメンバー、またはパブリケーション アクセス リスト (PAL) のユーザーだけです。

プロパティの TransArticles 取得は、 sp_helparticleの実行と同じです。

適用対象