Statistic.HasFilter Property
SQL Server 2012
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.BooleanA 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.
