Share via


RegistrationService.GetConfigurationSection<T> Method

Retrieves the configuration of the registration service.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
Public Function GetConfigurationSection(Of T As ConfigurationSection) As IEnumerable(Of T)
'Usage
Dim instance As RegistrationService
Dim returnValue As IEnumerable(Of T)

returnValue = instance.GetConfigurationSection()
public IEnumerable<T> GetConfigurationSection<T>()
where T : ConfigurationSection
public:
generic<typename T>
where T : ConfigurationSection
virtual IEnumerable<T>^ GetConfigurationSection() sealed
abstract GetConfigurationSection : unit -> IEnumerable<'T>  when 'T : ConfigurationSection
override GetConfigurationSection : unit -> IEnumerable<'T>  when 'T : ConfigurationSection
JScript does not support generic types and methods.

Type Parameters

  • T
    The type of the registration service.

Return Value

Type: System.Collections.Generic.IEnumerable<T>
The configuration of the registration service.