RegistrationService.GetConfigurationSection<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the configuration of the registration service.
public:
generic <typename T>
where T : Microsoft::SqlServer::Management::ConfigurationSection virtual 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)
override this.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 service.
Returns
IEnumerable<T>
The configuration of the registration service.