언어

Subscription.AgentJobId 속성

정의

구독 동기화에 사용된 에이전트 작업의 ID를 얻습니다.

public:
 property System::String ^ AgentJobId { System::String ^ get(); };
public string AgentJobId { get; }
member this.AgentJobId : string
Public ReadOnly Property AgentJobId As String

속성 값

에이전트의 ID입니다.

설명

이 <xref:Microsoft.SqlServer.Replication.Subscription.AgentJobID%2A> 속성은 읽기 전용 속성입니다.

이 속성은 <xref:Microsoft.SqlServer.Replication.Subscription.AgentJobID%2A> Publisher의 시스템 관리자 고정 서버 역할 구성원, 출판 데이터베이스의 db_owner 고정 데이터베이스 구성원, 또는 구독을 생성한 사용자만 가져올 수 있습니다.

재산을 회수하는 <xref:Microsoft.SqlServer.Replication.Subscription.AgentJobID%2A> 것은 sp_helpsubscription 또는 sp_helpmergesubscription을 집행하는 것과 같습니다.

적용 대상