SfcMetadataDiscovery.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.

请参阅

参考

SfcMetadataDiscovery 类

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 命名空间