RegistrationService.GetConfigurationSection<T> メソッド

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

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Public Function GetConfigurationSection(Of T As ConfigurationSection) As (Of T)
'使用

Dim instance As RegistrationService
Dim returnValue As (Of T)

returnValue = instance.GetConfigurationSection()
public <T> GetConfigurationSection<T>()
where T : ConfigurationSection
public:
generic<typename T>
where T : ConfigurationSection
virtual <T>^ GetConfigurationSection() sealed
abstract GetConfigurationSection : unit -> <'T>  when 'T : ConfigurationSection
override GetConfigurationSection : unit -> <'T>  when 'T : ConfigurationSection
JScript は汎用の型およびメソッドをサポートしていません。

型パラメーター

  • T
    サービスの型。

戻り値

型: <T>
登録サービスの構成。

関連項目

参照

RegistrationService クラス

Microsoft.SqlServer.Management 名前空間