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