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>
매개 변수
- managementFacet
유형: System.Type
A Type that specifies the facet.
반환 값
유형: System.Collections.Generic.List<Type>
A List of Type values that specifies the supported target types for the specified facet.