GetRootFacets méthode
Gets the root facets for the specified type.
Espace de noms : Microsoft.SqlServer.Management.Facets
Assembly : Microsoft.SqlServer.Dmf (dans 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
- rootType
Type : System. . :: . .Type
A Type object value that specifies the type.
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.