IMutableStatistics Interface
SQL Server 2012
Represents a SQL Server statistics object.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
The IMutableStatistics type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Columns | Gets or sets the collection of columns that are participating in the statistics. |
![]() | FilterDefinition | Gets or sets the index filter definition text. |
![]() | Name | Gets the name of the metadata object. (Inherited from IMetadataObject.) |
![]() | NoAutomaticRecomputation | Gets or sets a value that indicates whether statistics are regenerated when the index is created. |
![]() | Parent | Gets or sets the ITabular object that is the parent of this object. |
![]() | Type | Gets or sets the StatisticsType value that indicates type of statistics object. |
| Name | Description | |
|---|---|---|
![]() | Accept<T> | Accepts a visit from the specified IMetadataObjectVisitor<T> object. (Inherited from IMetadataObject.) |

