Partager via


Méthode GetRootFacets

Gets the facets for the specified root type.

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Shared Function GetRootFacets ( _
    rootType As Type _
) As List(Of Type)
'Utilisation
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>

Paramètres

Valeur de retour

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.