GetUrnSkeletonsFromType 方法

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。

命名空间:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
程序集:  Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

语法

声明
Public Shared Function GetUrnSkeletonsFromType ( _
    inputType As Type _
) As List(Of String)
用法
Dim inputType As Type
Dim returnValue As List(Of String)

returnValue = SfcMetadataDiscovery.GetUrnSkeletonsFromType(inputType)
public static List<string> GetUrnSkeletonsFromType(
    Type inputType
)
public:
static List<String^>^ GetUrnSkeletonsFromType(
    Type^ inputType
)
static member GetUrnSkeletonsFromType : 
        inputType:Type -> List<string> 
public static function GetUrnSkeletonsFromType(
    inputType : Type
) : List<String>

参数

返回值

类型:System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
The list of possible Urn skeleton strings that lead to the specified type.