언어

ReplicationServer.IsPublisher 속성

정의

현재 연결된 Microsoft SQL Server 인스턴스가 Publisher인지 여부를 확인합니다.

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

속성 값

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

만약 이면true, SQL Server의 인스턴스는 Publisher입니다.

만약 false, SQL Server 인스턴스는 Publisher가 아닙니다.

설명

이 속성은 IsPublisher 공개 고정 데이터베이스 역할의 구성원이 가져올 수 있습니다.

이 속성은 IsPublishersp_get_distributor (Transact-SQL) 저장 프로시저와 동등합니다.

적용 대상