MergeSubscription.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プロパティはサブスクリプションのフレンドリーな名前を指定するために使われます。

Descriptionプロパティは、Publisherのsysadmin固定サーバー役割のメンバー、出版データベースのdb_owner固定データベース役割のメンバー、または購読が属する出版物のpublication access listのメンバーのみ取得可能です。

Descriptionプロパティは、Publisherのsysadmin固定サーバーロールのメンバーか、出版データベースのdb_owner固定データベースロールのメンバーのみが設定可能です。

Descriptionの取得はsp_helpmergesubscriptionを実行するのと同等です。

Description設定はsp_addmergesubscriptionsp_changemergesubscriptionを実行するのと同等です。

適用対象