IRegistrationService.GetConfigurationSection<T> Método

Definição

Indica um método que obtém a configuração a partir do local especificado.

public:
generic <typename T>
 where T : Microsoft::SqlServer::Management::ConfigurationSection System::Collections::Generic::IEnumerable<T> ^ GetConfigurationSection();
public System.Collections.Generic.IEnumerable<T> GetConfigurationSection<T>() where T : Microsoft.SqlServer.Management.ConfigurationSection;
abstract member GetConfigurationSection : unit -> seq<'T (requires 'T :> Microsoft.SqlServer.Management.ConfigurationSection)> (requires 'T :> Microsoft.SqlServer.Management.ConfigurationSection)
Public Function GetConfigurationSection(Of T As ConfigurationSection) () As IEnumerable(Of T)

Parâmetros de tipo

T

O tipo de localização para a seção de configuração.

Retornos

A configuração do local especificado.

Aplica-se a