RegistrationService.GetConfigurationSection<T> メソッド

定義

登録サービスの構成を取得します。

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)

型パラメーター

T

サービスの型。

戻り値

登録サービスの構成。

実装

適用対象