次の方法で共有


ReplicationDatabase.HasPullSubscriptions プロパティ

データベースに既存のプル サブスクリプションがあるかどうかを取得します。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public ReadOnly Property HasPullSubscriptions As Boolean 
    Get
'使用
Dim instance As ReplicationDatabase 
Dim value As Boolean 

value = instance.HasPullSubscriptions
public bool HasPullSubscriptions { get; }
public:
property bool HasPullSubscriptions {
    bool get ();
}
member HasPullSubscriptions : bool
function get HasPullSubscriptions () : boolean

プロパティ値

型: System.Boolean
Boolean 値です。true の場合、データベースには少なくとも 1 つの既存のプル サブスクリプションがあります。false の場合、データベースには既存のプル サブスクリプションはありません。

説明

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

HasPullSubscriptions を取得すると、sp_helpreplicationdboption (Transact-SQL) を実行したのと同じことになります。

関連項目

参照

ReplicationDatabase クラス

Microsoft.SqlServer.Replication 名前空間