UpdateStatisticsTaskUpdateType Enumeration
The UpdateStatisticsTaskUpdateType enumeration provides options for which statistics will be recomputed for a given table.
Enumeration Values
Name | Summary |
---|---|
AllExistingStatistics | Specifies that all statistics on the database should be updated. |
ColumnStatistics | Specifies that only statistics related to columns on the database should be updated. |
IndexStatistics | Specifies that only statistics related to indexes on the database should be updated. |