언어

ReplicationServer.DistributorAvailable 속성

정의

현재 연결된 Microsoft SQL Server 인스턴스의 Distributor가 현재 연결되어 있고 사용 가능한지 여부를 확인합니다.

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

속성 값

이 값은 Boolean 디스트리뷰터가 현재 연결되어 있고 사용 가능한지 여부를 명시합니다.

만약 , 배 true전기가 연결되어 있고 사용 가능하다.

만약 , 배급자가 제공되지 않는다 false.

설명

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

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

적용 대상