Méthode SfcMetadataDiscovery.GetRootFromType
Ne faites pas directement référence à 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
- inputType
Type : System.Type
The type input.
Valeur de retour
Type : System.Type
The root from the specified type.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata