PublicationMonitor.PublisherName プロパティ

定義

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プロパティは、ディストリビューターのsysadmin固定サーバーロールのメンバー、配布データベースのdb_ownerまたはreplmonitor固定データベースの役割のメンバー、または出版物の公開アクセスリスト(PAL)のユーザーのみが取得できます。

PublisherNameプロパティはどのユーザーでも設定可能です。

適用対象