IRegistrationService.GetConfigurationSection<T> Methode

Definition

Gibt eine Methode an, die die Konfiguration aus dem angegebenen Speicherort abruft.

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)

Typparameter

T

Der Typ des Speicherorts für den Konfigurationsabschnitt.

Gibt zurück

Die Konfiguration aus dem angegebenen Speicherort.

Gilt für: