TransPublication.TransSubscriptions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パブリケーションへのサブスクリプションを表します。
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の実行と同じです。