Enum UpdateStatisticsTaskUpdateType
C#
public enum UpdateStatisticsTaskUpdateType
Fields
| 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. |