PublicationMonitor.PublisherName 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 Publisher 的名字。
public:
property System::String ^ PublisherName { System::String ^ get(); void set(System::String ^ value); };
public string PublisherName { get; set; }
member this.PublisherName : string with get, set
Public Property PublisherName As String
屬性值
發行者的名稱。
備註
PublisherName是必須的屬性,一旦屬性被載入,就無法更改。PublicationMonitor
PublisherName此屬性僅能由系統管理員固定伺服器角色的成員在發行版中取得,或由發行資料庫中db_owner或 replmonitor 固定資料庫角色的成員,或是發佈存取清單(PAL)中的使用者取得。
PublisherName這個屬性可以由任何使用者設定。