FacetRepository.GetFacetSupportedTypes 메서드

Gets a list of types supported by the facet type.

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

구문

‘선언
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
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)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public static List<Type> GetFacetSupportedTypes(
    Type managementFacet
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
public:
static List<Type^>^ GetFacetSupportedTypes(
    Type^ managementFacet
)
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
static member GetFacetSupportedTypes : 
        managementFacet:Type -> List<Type> 
public static function GetFacetSupportedTypes(
    managementFacet : Type
) : List<Type>

매개 변수

반환 값

유형: System.Collections.Generic.List<Type>
A List of Type values that specifies the supported target types for the specified facet.

참고 항목

참조

FacetRepository 클래스

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