FacetRepository.IsPropertyConfigurable(Type, String) Method

Definition

[Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)]
public static bool IsPropertyConfigurable (Type managementFacet, string propertyName);
[<Microsoft.SqlServer.Diagnostics.STrace.STraceConfiguration(SkipAutoTrace=true)>]
static member IsPropertyConfigurable : Type * string -> bool
Public Shared Function IsPropertyConfigurable (managementFacet As Type, propertyName As String) As Boolean

Parameters

managementFacet
Type
propertyName
String

Returns

Boolean
Attributes
Microsoft.SqlServer.Diagnostics.STrace.STraceConfigurationAttribute

Applies to