IRegistrationService.GetConfigurationSection<T> 메서드

정의

지정된 위치에서 구성을 얻는 메서드를 나타냅니다.

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)

형식 매개 변수

T

구성 섹션의 위치 유형.

반품

지정된 위치에서의 구성입니다.

적용 대상