Share via


FacetRepository.IsRegisteredFacet Method

Determines whether the facet is registered.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Shared Function IsRegisteredFacet ( _
    facet As Type _
) As Boolean
'Usage
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

Parameters

Return Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.