ReplicationDatabase.QueueReaderAgentExists 속성

정의

데이터베이스에 대한 큐 판독기 에이전트 작업이 있는지 여부를 가져옵니다.

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

속성 값

배포 데이터베이스에 대해 큐 판독기 에이전트 작업이 만들어졌는지 여부를 나타내는 Boolean 값입니다.

예외

데이터베이스가 없는 경우

큐 판독기 에이전트가 Microsoft SQL Server 2005 복제 에이전트 보안 모델로 업그레이드되지 않은 경우 자세한 내용은 보안 및 보호(복제)를 참조하세요.

설명

고정 QueueReaderAgentExists 서버 역할의 멤버 및 고정 데이터베이스 역할의 sysadmin 멤버만 속성을 검색할 db_owner 수 있습니다.

QueueReaderAgentExists 검색은 sp_helpqreader_agent(Transact-SQL)를 실행하는 것과 같습니다.

적용 대상