Share via


ISfcDomain2.GetUrnSkeletonsFromType メソッド

指定した種類に対応する有効な URN (Uniform Resource Name) スケルトン (たとえば、Server/Database、Server/Database/ApplicationRole など) の一覧を取得します。

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

構文

'宣言
Function GetUrnSkeletonsFromType ( _
    inputType As Type _
) As List(Of String)
'使用
Dim instance As ISfcDomain2 
Dim inputType As Type 
Dim returnValue As List(Of String)

returnValue = instance.GetUrnSkeletonsFromType(inputType)
List<string> GetUrnSkeletonsFromType(
    Type inputType
)
List<String^>^ GetUrnSkeletonsFromType(
    Type^ inputType
)
abstract GetUrnSkeletonsFromType : 
        inputType:Type -> List<string> 
function GetUrnSkeletonsFromType(
    inputType : Type
) : List<String>

パラメーター

  • inputType
    型: System.Type
    取得する URN スケルトンの種類です。

戻り値

型: System.Collections.Generic.List<String>
URN スケルトンを保持する List<T> オブジェクトです。

関連項目

参照

ISfcDomain2 インターフェイス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間