FacetRepository.GetRootFacets Método
Gets the facets for the specified root 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
- rootType
Tipo: System.Type
A Type object value that specifies the type.
Valor devuelto
Tipo: System.Collections.Generic.List<Type>
A List of Type object values that specifies the types that are associated with the facet.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.