Share via


FacetRepository.GetRootFacets Method

Gets the facets for the specified root type.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Shared Function GetRootFacets ( _
    rootType As Type _
) As List(Of Type)
'Usage
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>

Parameters

Return Value

Type: System.Collections.Generic.List<Type>
A List of Type object values that specifies the types that are associated with the facet.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

FacetRepository Class

Microsoft.SqlServer.Management.Facets Namespace