GetFacetSupportedTypes 메서드
네임스페이스: Microsoft.SqlServer.Management.Facets
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
Public Shared Function GetFacetSupportedTypes ( _
managementFacet As Type _
) As List(Of Type)
‘사용 방법
Dim managementFacet As Type
Dim returnValue As List(Of Type)
returnValue = FacetRepository.GetFacetSupportedTypes(managementFacet)
public static List<Type> GetFacetSupportedTypes(
Type managementFacet
)
public:
static List<Type^>^ GetFacetSupportedTypes(
Type^ managementFacet
)
static member GetFacetSupportedTypes :
managementFacet:Type -> List<Type>
public static function GetFacetSupportedTypes(
managementFacet : Type
) : List<Type>
매개 변수
- managementFacet
형식: System. . :: . .Type
반환 값
형식: System.Collections.Generic. . :: . .List< (Of < ( <'Type> ) > ) >