Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates the names of the collector types in the configuration store.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)
Syntax
'Declaration
Public Function EnumTypes As StringCollection
'Usage
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
Rückgabewert
Typ: System.Collections.Specialized.StringCollection
A StringCollection value that contains the names of the collector types that are installed.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.