FacetRepository.GetRootFacets 메서드
Gets the facets for the specified root type.
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
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<Type>
A List of Type object values that specifies the types that are associated with the facet.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.