Compartir a través de


SfcMetadataDiscovery.GetRootFromType 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 GetRootFromType ( _
    inputType As Type _
) As Type
'Uso
Dim inputType As Type 
Dim returnValue As Type 

returnValue = SfcMetadataDiscovery.GetRootFromType(inputType)
public static Type GetRootFromType(
    Type inputType
)
public:
static Type^ GetRootFromType(
    Type^ inputType
)
static member GetRootFromType : 
        inputType:Type -> Type
public static function GetRootFromType(
    inputType : Type
) : Type

Parámetros

Valor devuelto

Tipo: System.Type
The root from the specified type.

Vea también

Referencia

SfcMetadataDiscovery Clase

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