다음을 통해 공유


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 값을 가져옵니다.

주의

The collection set description is free form.

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