IMutableStatistics Interface
Represents a SQL Server statistics object.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| 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>(IMetadataObjectVisitor<T>^) | Accepts a visit from the specified IMetadataObjectVisitor<T> object.(Inherited from IMetadataObject.) |
Show:

