다음을 통해 공유


FacetRepository.GetFacetsForType 메서드

Gets a list of facets for the specified target type.

네임스페이스:  Microsoft.SqlServer.Management.Facets
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Shared Function GetFacetsForType ( _
    target As Type _
) As List(Of Type)
‘사용 방법
Dim target As Type 
Dim returnValue As List(Of Type)

returnValue = FacetRepository.GetFacetsForType(target)
public static List<Type> GetFacetsForType(
    Type target
)
public:
static List<Type^>^ GetFacetsForType(
    Type^ target
)
static member GetFacetsForType : 
        target:Type -> List<Type> 
public static function GetFacetsForType(
    target : Type
) : List<Type>

매개 변수

반환 값

유형: System.Collections.Generic.List<Type>
A List of Type values that specifies the facets for the target type.

참고 항목

참조

FacetRepository 클래스

Microsoft.SqlServer.Management.Facets 네임스페이스