FacetRepository.GetFacetSupportedTypes(Type) Method

Definition

Object types supported by given ManagementFacet

[Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)]
public static System.Collections.Generic.List<Type> GetFacetSupportedTypes (Type managementFacet);
[<Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)>]
static member GetFacetSupportedTypes : Type -> System.Collections.Generic.List<Type>
Public Shared Function GetFacetSupportedTypes (managementFacet As Type) As List(Of Type)

Parameters

managementFacet
Type

Returns

List<Type>
Attributes
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute

Applies to