共用方式為


Description 屬性

Gets or sets the description of the collection set.

命名空間:  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
Gets a String value that is the description of the collection set.

備註

The collection set description is free form.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.