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