共用方式為


GetRootFromType 方法

不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Shared Function GetRootFromType ( _
    inputType As Type _
) As Type
'用途
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

參數

傳回值

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