다음을 통해 공유


TypeName 속성

컬렉션 항목이 구현하는 수집기 유형의 이름을 가져오거나 설정합니다.

네임스페이스:  Microsoft.SqlServer.Management.Collector
어셈블리:  Microsoft.SqlServer.Management.Collector(Microsoft.SqlServer.Management.Collector.dll)

구문

‘선언
<SfcPropertyAttribute> _
Public Property TypeName As String
    Get
    Set
‘사용 방법
Dim instance As CollectionItem
Dim value As String

value = instance.TypeName

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

속성 값

유형: System. . :: . .String
수집기 유형의 이름인 String 값을 반환합니다.

주의

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