EnumTypes 메서드
구성 저장소에 있는 수집기 유형의 이름을 열거합니다.
네임스페이스: 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
설치된 수집기 유형의 이름을 포함하는 StringCollection 값입니다.
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.