Metodo FacetRepository.IsRootFacet

Determines whether the facet is the root type.

Spazio dei nomi  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Shared Function IsRootFacet ( _
    rootType As Type, _
    facet As Type _
) As Boolean
'Utilizzo
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

Parametri

  • 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.

Valore restituito

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

FacetRepository Classe

Spazio dei nomi Microsoft.SqlServer.Management.Facets