DistributionPublisher.ThirdParty 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,指示該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
屬性值
true若Publisher為非SQL Server Publisher;否則, false。
備註
ThirdParty該財產無法為現有的 Publisher 更改。
ThirdParty該屬性只能由分配器中固定伺服器角色的成員sysadmin取得。
ThirdParty該屬性只能由分配器固定伺服器角色的成員sysadmin設定。
取回 ThirdParty 財產等同於執行 sp_helpdistpublisher。
設定屬性 ThirdParty 等同於執行 sp_adddistpublisher。