DistributionDatabase.QueueReaderAgentExists 속성

정의

이 배포 데이터베이스에 대해 큐 판독기 에이전트 작업이 만들어졌는지 여부를 가져오거나 설정합니다.

public:
 property bool QueueReaderAgentExists { bool get(); void set(bool value); };
public bool QueueReaderAgentExists { get; set; }
member this.QueueReaderAgentExists : bool with get, set
Public Property QueueReaderAgentExists As Boolean

속성 값

Boolean 값입니다. true이면 이 배포 데이터베이스에 대한 큐 판독기 에이전트 작업이 이미 있고, false이면 이 배포 데이터베이스에 대해 큐 판독기 에이전트 작업이 아직 만들어지지 않았습니다.

설명

속성은 QueueReaderAgentExists 복제에 의해서만 설정되어야 합니다.

이 속성은 QueueReaderAgentExists 배포자에서 고정 서버 역할의 sysadmin 멤버 또는 배포 데이터베이스의 db_owner 고정 데이터베이스 역할 멤버만 검색할 수 있습니다.

속성을 검색하는 QueueReaderAgentExists 것은 sp_helpqreader_agent 실행하는 것과 같습니다.

적용 대상