共用方式為


IRegistrationService.GetConfigurationSection<T> Method

Definition

Indicates a method that gets the configuration from the specified location.

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)

Type Parameters

T

The type of the location for the configuration section.

Returns

The configuration from the specified location.

Applies to