Publication.SnapshotAgentExists 속성

정의

이 게시에 대한 초기 스냅샷을 생성하기 위한 SQL Server 에이전트 작업이 있는지를 가져옵니다.

public:
 property bool SnapshotAgentExists { bool get(); };
public bool SnapshotAgentExists { get; }
member this.SnapshotAgentExists : bool
Public ReadOnly Property SnapshotAgentExists As Boolean

속성 값

게시에 대한 스냅숏 에이전트 작업이 있는지 여부를 나타내는 Boolean 값입니다.

예외

게시가 서버에 없거나 서버가 2005년 이상 SQL Server 실행되고 있지 않은 경우

적용 대상