Publication.Description プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
出版物のテキスト説明を取得または設定します。
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)を実行するのと同等です。