언어

DistributionPublisher.ThirdParty 속성

정의

Publisher가 비SQL Server Publisher인지 여부를 나타내는 값을 얻거나 설정합니다.

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

속성 값

truePublisher가 비SQL Server Publisherfalse이면 , .

설명

기존 Publisher에 맞게 부동산을 ThirdParty 변경할 수 없습니다.

이 속성은 ThirdParty Distributor의 고정 서버 역할 구성원 sysadmin 만 가져올 수 있습니다.

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

재산을 ThirdParty 회수하는 것은 sp_helpdistpublisher을 실행하는 것과 같습니다.

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

적용 대상