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 、パブリッシャーの sysadmin 固定サーバー ロールのメンバー、パブリケーション データベースの db_owner 固定データベース ロールのメンバー、またはサブスクリプションが属するパブリケーションのパブリケーション アクセス リストのメンバーによってのみ取得できます。

このプロパティは Description 、パブリッシャーの sysadmin 固定サーバー ロールのメンバー、またはパブリケーション データベースの固定データベース ロール db_owner メンバーによってのみ設定できます。

Description取得は、sp_helpmergesubscriptionの実行と同じです。

設定 Description は、 sp_addmergesubscription または sp_changemergesubscriptionの実行と同じです。

適用対象