ReplicationDatabase.QueueReaderAgentProcessSecurity 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
Queue Reader Agent 작업이 Distributor에서 실행되는 Microsoft Windows 계정을 받습니다.
public:
property Microsoft::SqlServer::Replication::IProcessSecurityContext ^ QueueReaderAgentProcessSecurity { Microsoft::SqlServer::Replication::IProcessSecurityContext ^ get(); };
public Microsoft.SqlServer.Replication.IProcessSecurityContext QueueReaderAgentProcessSecurity { get; }
member this.QueueReaderAgentProcessSecurity : Microsoft.SqlServer.Replication.IProcessSecurityContext
Public ReadOnly Property QueueReaderAgentProcessSecurity As IProcessSecurityContext
속성 값
IProcessSecurityContext SQL Server 에이전트가 큐 리더 에이전트를 실행할 때 사용하는 Windows 계정을 지정하는 객체입니다.
예외
버전이 Microsoft SQL Server 2005 이상이 아니라면,
큐 리더 에이전트가 SQL Server 2005 복제 에이전트 보안 모델로 업그레이드되지 않은 경우, 자세한 내용은 보안 및 보호 (복제)를 참조하세요.
설명
보안상의 이유로 는 Password 항상 반환 값에 가려져 있습니다.
속성에 의해 QueueReaderAgentProcessSecurity 지정된 Windows 계정은 Queue Reader 에이전트가 배포판과 로컬 연결할 때 항상 사용합니다. 에이전트가 만드는 연결과 그 연결에 필요한 권한에 대한 정보는 복제 에이전트 보안 모델을 참조하세요.
이 속성은 QueueReaderAgentProcessSecurity 고정 서버 역할의 sysadmin 구성원이나 게시된 데이터베이스의 고정 데이터베이스 역할 구성원 db_owner 이 조회할 수 있습니다.
속성을 되찾는 QueueReaderAgentProcessSecurity 것은 sp_helpqreader_agent (Transact-SQL)를 실행하는 것과 같습니다.