次の方法で共有


Description プロパティ

レプリケーション エージェント プロファイルの説明テキストを取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property Description As String
    Get
    Set
'使用
Dim instance As AgentProfile
Dim value As String

value = instance.Description

instance.Description = value
public string Description { get; set; }
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
member Description : string with get, set
function get Description () : String
function set Description (value : String)

プロパティ値

型: System. . :: . .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) を実行したのと同じことになります。

Description プロパティは、SQL Server 2005、SQL Server 2000、および SQL Server 7.0 で使用できます。

この名前空間、クラス、またはメンバは、.NET Framework 2.0 でのみサポートされています。