Metodo GetRootFromType
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Function GetRootFromType ( _
inputType As Type _
) As Type
'Utilizzo
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
Parametri
- inputType
Tipo: System. . :: . .Type
The type input.
Valore restituito
Tipo: System. . :: . .Type
The root from the specified type.
Vedere anche