PullSubscription.LastAgentStatus 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
구독의 가장 최근 동기화 상태를 확인합니다.
public:
property Microsoft::SqlServer::Replication::ReplicationStatus LastAgentStatus { Microsoft::SqlServer::Replication::ReplicationStatus get(); };
public Microsoft.SqlServer.Replication.ReplicationStatus LastAgentStatus { get; }
member this.LastAgentStatus : Microsoft.SqlServer.Replication.ReplicationStatus
Public ReadOnly Property LastAgentStatus As ReplicationStatus
속성 값
ReplicationStatus 값입니다.
설명
이 속성은 LastAgentStatus 구독자의 고정 서버 역할 멤버 sysadmin 나 구독 데이터베이스의 고정 데이터베이스 역할 멤버 db_owner 만이 가져올 수 있습니다.
재산을 회수 LastAgentStatus 하는 것은 sp_helppullsubscription (Transact-SQL) 또는 sp_helpmergepullsubscription(Transact-SQL)를 실행하는 것과 같습니다.