AgentProfile.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 のメンバー、または固定データベース ロール replmonitor のメンバーだけです。

Description プロパティを設定できるのは、ディストリビューター側の固定サーバー ロール sysadmin のメンバーだけです。

Description取得は、sp_help_agent_profileの実行 (Transact-SQL) と同じです。

既存のプロファイルの設定 Description と呼び出 CommitPropertyChanges しは、 sp_change_agent_profileの実行 (Transact-SQL) と同じです。

の設定 Description と呼び出し Create は、 sp_add_agent_profileの実行 (Transact-SQL) と同じです。

適用対象

こちらもご覧ください