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

構成セクションの場所の種類。

戻り値

指定された場所から取得された構成。

適用対象