GetFacetSupportedRootType 方法

Gets the facet for the specified root type.

命名空间:  Microsoft.SqlServer.Management.Facets
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Shared Function GetFacetSupportedRootType ( _
    facet As Type _
) As Type
用法
Dim facet As Type
Dim returnValue As Type

returnValue = FacetRepository.GetFacetSupportedRootType(facet)
public static Type GetFacetSupportedRootType(
    Type facet
)
public:
static Type^ GetFacetSupportedRootType(
    Type^ facet
)
static member GetFacetSupportedRootType : 
        facet:Type -> Type 
public static function GetFacetSupportedRootType(
    facet : Type
) : Type

参数

返回值

类型:System. . :: . .Type
A Type value that specifies the root type that is associated with the facet.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。