ISfcDomain2.GetUrnSkeletonsFromType 方法

Gets a list of string values that contain the URN skeletons.

命名空间:  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< (Of < ( <'String> ) > ) >
A generic list of type string.

实现

ISfcDomain2. . :: . .GetUrnSkeletonsFromType(Type)