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固定データベースメンバーによって取得可能です。