ReplicationServer.IsPublisher 속성

정의

Microsoft SQL Server 현재 연결된 인스턴스가 게시자인지 여부를 가져옵니다.

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

속성 값

Boolean 현재 연결된 SQL Server 인스턴스가 게시자인지 여부를 지정하는 값입니다.

이 경우 trueSQL Server 인스턴스는 게시자입니다.

이 경우 falseSQL Server 인스턴스가 게시자가 아닙니다.

설명

IsPublisher 공용 고정 데이터베이스 역할의 멤버가 속성을 검색할 수 있습니다.

IsPublisher 속성은 sp_get_distributor(Transact-SQL) 저장 프로시저와 동일합니다.

적용 대상