Méthode SfcMetadataDiscovery.GetUrnSkeletonsFromType
Ne faites pas directement référence à 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
- inputType
Type : System.Type
The input type.
Valeur de retour
Type : System.Collections.Generic.List<String>
The list of possible Urn skeleton strings that lead to the specified type.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata