다음을 통해 공유


CollectorConfigStore.EnumTypes 메서드

Enumerates the names of the collector types in the configuration store.

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

구문

‘선언
Public Function EnumTypes As StringCollection
‘사용 방법
Dim instance As CollectorConfigStore 
Dim returnValue As StringCollection 

returnValue = instance.EnumTypes()
public StringCollection EnumTypes()
public:
StringCollection^ EnumTypes()
member EnumTypes : unit -> StringCollection
public function EnumTypes() : StringCollection

반환 값

유형: System.Collections.Specialized.StringCollection
A StringCollection value that contains the names of the collector types that are installed.

주의

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

참고 항목

참조

CollectorConfigStore 클래스

Microsoft.SqlServer.Management.Collector 네임스페이스