Condividi tramite


Metodo GetUrnSkeletonsFromType

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Parametri

Valore restituito

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