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 검색은 sp_helpreplicationdboption(Transact-SQL)를 실행하는 것과 같습니다.

적용 대상