Enum UpdateStatisticsTaskUpdateType
Namespace: Varigence.Languages.Biml.Task
Assembly: Biml.dll
C#
public enum UpdateStatisticsTaskUpdateType
Fields
| Fields | Description |
|---|---|
| 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. |