Método EnumTypes
Enumera os nomes dos tipos de coletor no repositório de configuração.
Namespace: Microsoft.SqlServer.Management.Collector
Assembly: Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)
Sintaxe
'Declaração
Public Function EnumTypes As StringCollection
'Uso
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
Valor de retorno
Tipo: System.Collections.Specialized. . :: . .StringCollection
Um valor StringCollection que contém os nomes dos tipos de coletor que são instalados.
Comentários
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Consulte também