Share via


SfcMetadataDiscovery.GetUrnSkeletonsFromType Method

Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Shared Function GetUrnSkeletonsFromType ( _
    inputType As Type _
) As List(Of String)
'Usage
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>

Parameters

Return Value

Type: System.Collections.Generic.List<String>
The list of possible Urn skeleton strings that lead to the specified type.

See Also

Reference

SfcMetadataDiscovery Class

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata Namespace