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> 자에서 sysadmin 고정 서버 역할의 멤버, 게시 데이터베이스에서 db_owner 고정 데이터베이스 역할의 멤버 또는 구독을 만든 사용자만 속성을 검색할 수 있습니다.

속성을 검색하는 <xref:Microsoft.SqlServer.Replication.Subscription.AgentJobID%2A> 것은 sp_helpsubscription 또는 sp_helpmergesubscription 실행하는 것과 같습니다.

적용 대상