다음을 통해 공유


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 네임스페이스