次の方法で共有


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

注釈

TransPullSubscriptionTransPullSubscriptionCollection オブジェクトには、文字列インデクサー (名前) または整数インデクサー (序数) を使用してアクセスできます。

TransPullSubscriptions プロパティを取得できるのは、固定サーバー ロール sysadmin のメンバー、またはパブリケーション データベースの固定データベース ロール db_owner のメンバーです。

適用対象