ISfcDomain2.GetUrnSkeletonsFromType 方法

Gets the list of possible Uniform Resource Name (URN) skeletons (for example, Server/Database, Server/Database/ApplicationRole, and so on) that lead to the specified type.

命名空间:  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
    The type to get the URN skeletons for.

返回值

类型:System.Collections.Generic.List<String>
A List<T> object that contains the URN skeletons.

请参阅

参考

ISfcDomain2 接口

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间