Compartir a través de


GetRootFacets Método

Gets the root facets for the specified type.

Espacio de nombres:  Microsoft.SqlServer.Management.Facets
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Shared Function GetRootFacets ( _
    rootType As Type _
) As List(Of Type)
'Uso
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>

Parámetros

Valor devuelto

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

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.