Méthode EnumTypes
Énumère les noms des types de collecteur dans le magasin de configurations.
Espace de noms : Microsoft.SqlServer.Management.Collector
Assembly : Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Syntaxe
'Déclaration
Public Function EnumTypes As StringCollection
'Utilisation
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
Valeur de retour
Type : System.Collections.Specialized. . :: . .StringCollection
Valeur StringCollection qui contient les noms des types de collecteur installés.
Notes
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Voir aussi