MergeSubscription.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プロパティはサブスクリプションのフレンドリーな名前を指定するために使われます。
Descriptionプロパティは、Publisherのsysadmin固定サーバー役割のメンバー、出版データベースのdb_owner固定データベース役割のメンバー、または購読が属する出版物のpublication access listのメンバーのみ取得可能です。
Descriptionプロパティは、Publisherのsysadmin固定サーバーロールのメンバーか、出版データベースのdb_owner固定データベースロールのメンバーのみが設定可能です。
Descriptionの取得はsp_helpmergesubscriptionを実行するのと同等です。
Description設定はsp_addmergesubscriptionやsp_changemergesubscriptionを実行するのと同等です。