次の方法で共有


Utility.ISfcDomain2.GetUrnSkeletonsFromType メソッド

URN スケルトンを含む文字列値の一覧を取得します。

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

構文

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

returnValue = CType(instance, ISfcDomain2).GetUrnSkeletonsFromType(inputType)
List<string> ISfcDomain2.GetUrnSkeletonsFromType(
    Type inputType
)
private:
virtual List<String^>^ GetUrnSkeletonsFromType(
    Type^ inputType
) sealed = ISfcDomain2::GetUrnSkeletonsFromType
private abstract GetUrnSkeletonsFromType : 
        inputType:Type -> List<string> 
private override GetUrnSkeletonsFromType : 
        inputType:Type -> List<string> 
JScript は明示的なインターフェイス実装の使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

戻り値

型: System.Collections.Generic.List<String>
文字列型のジェネリック リストです。

実装

ISfcDomain2.GetUrnSkeletonsFromType(Type)

関連項目

参照

Utility クラス

Microsoft.SqlServer.Management.Utility 名前空間