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 プロパティを取得できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、パブリケーション データベースの固定データベース ロール db_owner のメンバー、またはパブリケーション アクセス リスト (PAL) のユーザーだけです。

Description プロパティを設定できるのは、パブリッシャー側の固定サーバー ロール sysadmin のメンバー、またはパブリケーション データベースの固定データベース ロール db_owner のメンバーだけです。 既存のパブリケーションの Description プロパティは、PAL のユーザーが設定できます。

プロパティのDescription取得は、sp_helppublication (Transact-SQL) または sp_helpmergepublication (Transact-SQL) の実行sp_helppublicationsp_helpmergepublication同じです。

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

適用対象