ReplicationDatabase.HasPullSubscriptions 属性

定义

获取数据库是否具有现有请求订阅。

public:
 property bool HasPullSubscriptions { bool get(); };
public bool HasPullSubscriptions { get; }
member this.HasPullSubscriptions : bool
Public ReadOnly Property HasPullSubscriptions As Boolean

属性值

一个 Boolean 值。 如果为 true,则数据库至少具有一个现有请求订阅。 如果为 false,则数据库不具有现有请求订阅。

注解

HasPullSubscriptions该属性只能由发布服务器上固定服务器角色的成员sysadmin或复制数据库上的固定数据库角色的成员db_owner检索。

检索 HasPullSubscriptions 等效于执行 Transact-SQL) sp_helpreplicationdboption (

适用于