Metodo FacetRepository.GetRootFacets

Gets the facets for the specified root type.

Spazio dei nomi  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

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

Parametri

Valore restituito

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

FacetRepository Classe

Spazio dei nomi Microsoft.SqlServer.Management.Facets