FacetRepository.GetFacetType(String) Method

Definition

Gets type of named facet

[Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)]
public static Type GetFacetType (string facetShortName);
static member GetFacetType : string -> Type
Public Shared Function GetFacetType (facetShortName As String) As Type

Parameters

facetShortName
String

Returns

Type
Attributes
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute

Applies to