This topic has not yet been rated - Rate this topic

Statistic.HasFilter Property

Gets a value that indicates whether there is a filter associated with the statistic counter.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool HasFilter { get; }

Property Value

Type: System.Boolean
A Boolean value that specifies whether the statistics counter has a filter.If True, the statistics counter has a filter.If False (default), the statistics counter does not have a filter.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.