Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
- inputType
Type: System.Type
The input type.
Return Value
Type: System.Collections.Generic.List<String>
The list of possible Urn skeleton strings that lead to the specified type.