Метод FacetRepository.GetFacetSupportedRootType

Gets the facet for the specified root type.

Пространство имен:  Microsoft.SqlServer.Management.Facets
Сборка:  Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)

Синтаксис

'Декларация
Public Shared Function GetFacetSupportedRootType ( _
    facet As Type _
) As Type
'Применение
Dim facet As Type 
Dim returnValue As Type 

returnValue = FacetRepository.GetFacetSupportedRootType(facet)
public static Type GetFacetSupportedRootType(
    Type facet
)
public:
static Type^ GetFacetSupportedRootType(
    Type^ facet
)
static member GetFacetSupportedRootType : 
        facet:Type -> Type
public static function GetFacetSupportedRootType(
    facet : Type
) : Type

Параметры

  • facet
    Тип: System.Type
    A Type object value that specifies the root type.

Возвращаемое значение

Тип: System.Type
A Type value that specifies the root type that is associated with the facet.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.

См. также

Справочник

FacetRepository Класс

Пространство имен Microsoft.SqlServer.Management.Facets