语言

ReplicationDatabase.HasPublications 属性

定义

了解数据库是否有已有的出版物。

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

属性值

一个Boolean值。 如果 true,数据库至少有一篇已存在的出版物。 如果 false,数据库没有现有的出版物。

注解

HasPublications该属性只能由Publisher中固定服务器角色的成员sysadmin或复制数据库中固定数据库角色的成员db_owner检索。

检索 HasPublications 等同于执行 sp_helpreplicationdboption(Transact-SQL)

适用于