Compartir a través de


SfcMetadataDiscovery.GetUrnSkeletonsFromType Método

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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

Valor devuelto

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

Vea también

Referencia

SfcMetadataDiscovery Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata