언어

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 Publisher의 고정 서버 역할 구성원 sysadmin 또는 복제 데이터베이스의 고정 데이터베이스 역할 구성원 db_owner 만 조회할 수 있습니다.

검색은 HasPullSubscriptions sp_helpreplicationdboption 실행과 동일합니다 (Transact-SQL).

적용 대상