Método GetUrnSkeletonsFromType
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Shared Function GetUrnSkeletonsFromType ( _
inputType As Type _
) As List(Of String)
'Uso
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>
Parâmetros
- inputType
Tipo: System. . :: . .Type
The input type.
Valor de retorno
Tipo: System.Collections.Generic. . :: . .List< (Of < ( <'String> ) > ) >
The list of possible Urn skeleton strings that lead to the specified type.
Consulte também