GetFacetsForType 메서드
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
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
반환 값
형식: System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >