ReplicationDatabase.TransPullSubscriptions プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レプリケーション データベースで定義されたトランザクション パブリケーションまたはスナップショット パブリケーションへのプル サブスクリプションを表します。
public:
property Microsoft::SqlServer::Replication::TransPullSubscriptionCollection ^ TransPullSubscriptions { Microsoft::SqlServer::Replication::TransPullSubscriptionCollection ^ get(); };
public Microsoft.SqlServer.Replication.TransPullSubscriptionCollection TransPullSubscriptions { get; }
member this.TransPullSubscriptions : Microsoft.SqlServer.Replication.TransPullSubscriptionCollection
Public ReadOnly Property TransPullSubscriptions As TransPullSubscriptionCollection
プロパティ値
TransPullSubscriptionCollection オブジェクトの TransPullSubscription。
注釈
TransPullSubscription の TransPullSubscriptionCollection オブジェクトには、文字列インデクサー (名前) または整数インデクサー (序数) を使用してアクセスできます。
TransPullSubscriptions プロパティを取得できるのは、固定サーバー ロール sysadmin
のメンバー、またはパブリケーション データベースの固定データベース ロール db_owner
のメンバーです。