Compartir a través de


IsRegisteredFacet Método

Determines whether the facet is registered.

Espacio de nombres:  Microsoft.SqlServer.Management.Facets
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Shared Function IsRegisteredFacet ( _
    facet As Type _
) As Boolean
'Uso
Dim facet As Type
Dim returnValue As Boolean

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

Parámetros

Valor devuelto

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

Notas

Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.