次の方法で共有


TransArticles プロパティ

パブリケーション内のアーティクルを表します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public ReadOnly Property TransArticles As TransArticleCollection
    Get
'使用
Dim instance As TransPublication
Dim value As TransArticleCollection

value = instance.TransArticles
public TransArticleCollection TransArticles { get; }
public:
property TransArticleCollection^ TransArticles {
    TransArticleCollection^ get ();
}
member TransArticles : TransArticleCollection
function get TransArticles () : TransArticleCollection

説明

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

TransArticles プロパティを取得すると、sp_helparticle を実行したのと同じことになります。

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。