IsRegisteredFacet 方法

Determines whether the facet is registered.

命名空間:  Microsoft.SqlServer.Management.Facets
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public Shared Function IsRegisteredFacet ( _
    facet As Type _
) As Boolean
'用途
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

參數

傳回值

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

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。