IsRootFacet 메서드
Determines whether the facet is the root type.
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
Public Shared Function IsRootFacet ( _
rootType As Type, _
facet As Type _
) As Boolean
‘사용 방법
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
매개 변수
- rootType
형식: System. . :: . .Type
A Type object value that specifies the root type.
- facet
형식: System. . :: . .Type
A Type object value that specifies the facet type.
반환 값
형식: System. . :: . .Boolean
A Boolean value that specifies whether the facet is the root.
If True, the facet is the root. Otherwise, False.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.