ReplicationDatabase.HasPullSubscriptions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取数据库是否具有现有请求订阅。
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 (。