언어

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 Publisher가 로컬 또는 원격 배포자를 사용하는지 여부를 명시하는 값입니다.

만약 이면 true, 디스트리뷰터는 국지적입니다.

만약 false, 이 Publisher의 배포자는 원격 서버에 있습니다.

설명

Publisher는 지역 또는 원격 배포자를 이용할 수 있습니다.

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

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

적용 대상