IsRegisteredFacet 메서드
Determines whether the facet is registered.
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
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
매개 변수
- facet
형식: System. . :: . .Type
A Type object value that specifies the type.
반환 값
형식: 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 버전에서만 지원됩니다.