Utility.ISfcDomain2.GetUrnSkeletonsFromType Method

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

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
Private Function GetUrnSkeletonsFromType ( _
    inputType As Type _
) As List(Of String) Implements ISfcDomain2.GetUrnSkeletonsFromType
'Usage
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 supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: System.Collections.Generic.List<String>
A generic list of type string.

Implements

ISfcDomain2.GetUrnSkeletonsFromType(Type)

See Also

Reference

Utility Class

Microsoft.SqlServer.Management.Utility Namespace