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