Метод 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