Share via


TransPublication.TransSubscriptions プロパティ

定義

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

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

プロパティ値

TransSubscriptionCollection オブジェクト。

注釈

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

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

適用対象