UpdateStatisticsTaskScanType Enumeration
The UpdateStatisticsTaskScanType enumeration provides options for how many values must be examined before reporting statistics results.
Enumeration Values
Name | Summary |
---|---|
FullScan | Specifies that all values must be examined to produce the statistics. |
SampleByPercent | Specifies that a provided percentage or fraction of values must be examined to product the statistics. |
SampleByRows | Specifies that a provided count of values must be examined to product the statistics. |