Método FacetRepository.GetRootFacets
Gets the facets for the specified root type.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System.Collections.Generic.List<Type>
A List of Type object values that specifies the types that are associated with the facet.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.