次の方法で共有


CollectionSet.Description プロパティ

コレクション セットの説明を取得します。値の設定も可能です。

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

構文

'宣言
<SfcPropertyAttribute(Required := False)> _
Public Property Description As String 
    Get 
    Set
'使用
Dim instance As CollectionSet 
Dim value As String 

value = instance.Description

instance.Description = value
[SfcPropertyAttribute(Required = false)]
public string Description { get; set; }
[SfcPropertyAttribute(Required = false)]
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(Required = false)>]
member Description : string with get, set
function get Description () : String 
function set Description (value : String)

プロパティ値

型: System.String
コレクション セットの説明を表す String 値を取得します。

説明

コレクション セットの説明は自由形式です。

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

関連項目

参照

CollectionSet クラス

Microsoft.SqlServer.Management.Collector 名前空間