StatisticsOptionKind Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The possible Statistics options.
[System.Serializable]
public enum StatisticsOptionKind
[<System.Serializable>]
type StatisticsOptionKind =
Public Enum StatisticsOptionKind
- Inheritance
-
StatisticsOptionKind
- Attributes
Fields
Name | Value | Description |
---|---|---|
FullScan | 0 | |
SamplePercent | 1 | |
SampleRows | 2 | |
StatsStream | 3 | |
NoRecompute | 4 | |
Resample | 5 | |
RowCount | 6 | |
PageCount | 7 | |
All | 8 | |
Columns | 9 | |
Index | 10 | |
Rows | 11 | |
Incremental | 12 | |
AutoDrop | 13 |