次の方法で共有


TransSubscriptions プロパティ

パブリケーションへのサブスクリプションを表します。

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

構文

'宣言
Public ReadOnly Property TransSubscriptions As TransSubscriptionCollection
    Get
'使用
Dim instance As TransPublication
Dim value As TransSubscriptionCollection

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

説明

TransSubscriptions プロパティを取得できるのは、パブリッシャ側の固定サーバー ロール sysadmin のメンバ、パブリケーション データベースの固定データベース ロール db_owner のメンバ、またはパブリケーションへのサブスクリプションを作成したユーザーだけです。

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

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