Partager via


Méthode GetRootFromType

Ne référencez pas directement 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 GetRootFromType ( _
    inputType As Type _
) As Type
'Utilisation
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

Paramètres

Valeur de retour

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