언어

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).

적용 대상