Метод IsRootFacet

Determines whether the facet is the root type.

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

Синтаксис

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

returnValue = FacetRepository.IsRootFacet(rootType, _
    facet)
public static bool IsRootFacet(
    Type rootType,
    Type facet
)
public:
static bool IsRootFacet(
    Type^ rootType, 
    Type^ facet
)
static member IsRootFacet : 
        rootType:Type * 
        facet:Type -> bool 
public static function IsRootFacet(
    rootType : Type, 
    facet : Type
) : boolean

Параметры

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

Тип System. . :: . .Boolean
A Boolean value that specifies whether the facet is the root.
If True, the facet is the root. Otherwise, False.

Замечания

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