TransArticle.PublisherName プロパティ

定義

記事を掲載した非SQL Server 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

プロパティ値

String の値。

注釈

このプロパティは非SQL Serverパブリッシャーのみでサポートされています。

PublisherNameプロパティは既存の記事に変更できません。

PublisherNameプロパティは、Publisherのsysadmin固定サーバーロールのメンバー、出版データベースのdb_owner固定データベース役割のメンバー、そして出版アクセスリスト(PAL)のメンバーであるユーザーのみが取得可能です。

PublisherNameプロパティはPublisherのsysadmin固定サーバー役割のメンバーのみが設定可能です。 また、出版データベース上の db_owner 固定データベースの役割のメンバーによって設定することもできます。

PublisherNameの取得はsp_helparticleを実行するのと同等です。

PublisherName設定はsp_addarticleを実行するのと同等です。

適用対象