Método FacetRepository.IsRootFacet
Determines whether the facet is the root type.
Namespace: Microsoft.SqlServer.Management.Facets
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public Shared Function IsRootFacet ( _
rootType As Type, _
facet As Type _
) As Boolean
'Uso
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
Parâmetros
- rootType
Tipo: System.Type
A Type object value that specifies the root type.
- facet
Tipo: System.Type
A Type object value that specifies the facet type.
Valor de retorno
Tipo: System.Boolean
A Boolean value that specifies whether the facet is the root.If True, the facet is the root. Otherwise, False.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.