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>
매개 변수
- target
유형: System. . :: . .Type
A Type that specifies the target type.
반환 값
유형: System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >
A List of Type values that specifies the facets for the target type.