言語

ReplicationDatabase.TransPullSubscriptions プロパティ

定義

レプリケーションデータベース上で定義されたトランザクションまたはスナップショット公開へのプルサブスクリプションを表します。

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

適用対象