Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function GetRootFromType ( _
inputType As Type _
) As Type
'Usage
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
Parameter
- inputType
Typ: System.Type
The type input.
Rückgabewert
Typ: System.Type
The root from the specified type.