Partager via


Méthode GetUrnSkeletonsFromType

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Shared Function GetUrnSkeletonsFromType ( _
    inputType As Type _
) As List(Of String)
'Utilisation
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>

Paramètres

Valeur de retour

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