FacetRepository.GetFacetSupportedRootType 메서드
Gets the facet for the specified root type.
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public Shared Function GetFacetSupportedRootType ( _
facet As Type _
) As Type
‘사용 방법
Dim facet As Type
Dim returnValue As Type
returnValue = FacetRepository.GetFacetSupportedRootType(facet)
public static Type GetFacetSupportedRootType(
Type facet
)
public:
static Type^ GetFacetSupportedRootType(
Type^ facet
)
static member GetFacetSupportedRootType :
facet:Type -> Type
public static function GetFacetSupportedRootType(
facet : Type
) : Type
매개 변수
- facet
유형: System.Type
A Type object value that specifies the root type.
반환 값
유형: System.Type
A Type value that specifies the root type that is associated with the facet.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.