StatisticsType Enumeration
Indicates the type of the statistics.
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
| Member name | Description | |
|---|---|---|
| Auto | Indicates that the statistics object is created automatically by SQL Server. | |
| Explicit | Indicates that the statistics object is created explicitly. | |
| ImplicitViaIndex | Indicates that the statistics object is created implicitly as part of index creation. |
Show: