DistributionPublisher.ThirdParty 속성

정의

게시자가 SQL Server 이외 게시자인지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool ThirdParty { bool get(); void set(bool value); };
public bool ThirdParty { get; set; }
member this.ThirdParty : bool with get, set
Public Property ThirdParty As Boolean

속성 값

게시자가 SQL Server 이외 게시자이면 true이고, 그렇지 않으면 false입니다.

설명

ThirdParty 기존 게시자에 대해 속성을 변경할 수 없습니다.

이 속성은 ThirdParty 배포자에서 고정 서버 역할의 sysadmin 멤버만 검색할 수 있습니다.

이 속성은 ThirdParty 배포자에서 고정 서버 역할의 sysadmin 멤버만 설정할 수 있습니다.

속성을 검색하는 ThirdParty 것은 sp_helpdistpublisher 실행하는 것과 같습니다.

ThirdParty 속성을 설정하는 것은 sp_adddistpublisher 실행하는 것과 같습니다.

적용 대상