ReplicationDatabase.QueueReaderAgentExists 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
데이터베이스에 Queue Reader Agent 작업이 존재하는지 여부를 확인합니다.
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 고정 서버 역할과 고정 데이터베이스 역할의 구성원 sysadmindb_owner 만 조회할 수 있습니다.
검색은 QueueReaderAgentExists sp_helpqreader_agent 실행과 동일 합니다 (Transact-SQL).