GetRootFacets 方法

Gets the facets for the specified root type.

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

语法

声明
Public Shared Function GetRootFacets ( _
    rootType As Type _
) As List(Of Type)
用法
Dim rootType As Type
Dim returnValue As List(Of Type)

returnValue = FacetRepository.GetRootFacets(rootType)
public static List<Type> GetRootFacets(
    Type rootType
)
public:
static List<Type^>^ GetRootFacets(
    Type^ rootType
)
static member GetRootFacets : 
        rootType:Type -> List<Type> 
public static function GetRootFacets(
    rootType : Type
) : List<Type>

参数

返回值

类型:System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >
A List of Type object values that specifies the types that are associated with the facet.

注释

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