ReplicationServer.DistributorInstalled 속성

정의

현재 연결된 SQL Server 인스턴스에 로컬 배포자 또는 원격 배포자가 있는지 여부를 가져옵니다.

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

속성 값

게시자가 로컬 또는 원격 배포자를 사용하는지 여부를 지정하는 Boolean 값입니다.

true이면 배포자는 로컬입니다.

false이면 이 게시자에 대한 배포자는 원격 서버에 있습니다.

설명

게시자는 로컬 또는 원격 배포자를 사용할 수 있습니다.

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

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

적용 대상