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.