EnumTypes 메서드
Enumerates the names of the collector types in the configuration store.
네임스페이스: Microsoft.SqlServer.Management.Collector
어셈블리: Microsoft.SqlServer.Management.Collector.dll의 Microsoft.SqlServer.Management.Collector
구문
‘선언
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.