Publication.Description プロパティ

定義

出版物のテキスト説明を取得または設定します。

public:
 property System::String ^ Description { System::String ^ get(); void set(System::String ^ value); };
public string Description { get; set; }
member this.Description : string with get, set
Public Property Description As String

プロパティ値

出版物のテキスト説明を含む String 値。

注釈

Descriptionプロパティは、Publisherのsysadmin固定サーバーロールのメンバー、出版データベースのdb_owner固定データベース役割のメンバー、または出版アクセスリスト(PAL)のユーザーのみが取得できます。

Descriptionプロパティは、Publisherのsysadmin固定サーバーロールのメンバーか、出版データベース上のdb_owner固定データベースメンバーのみが設定可能です。 PALのユーザーは既存の出版物の Description プロパティを設定できます。

Descriptionプロパティの取得は、sp_helppublicationsp_helppublication(Transact-SQL)またはsp_helpmergepublicationsp_helpmergepublication(Transact-SQL)を実行するのと同等です。

Descriptionプロパティを設定することは、sp_addpublication(Transact-SQL)sp_changepublication(Transact-SQL)またはsp_addmergepublication(Transact-SQL)、sp_changemergepublication(Transact-SQL)を実行するのと同等です。

適用対象