Index.UpdateStatistics Method
Include Protected Members
Include Inherited Members
Updates the statistics for the referenced index.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
UpdateStatistics() | Updates statistics for the referenced index. | |
UpdateStatistics(StatisticsScanType) | Updates statistics for the referenced index with the specified statistics scan type. | |
UpdateStatistics(StatisticsScanType, Int32) | Updates statistics for the referenced index with the specified statistics scan type and specified sample size. | |
UpdateStatistics(StatisticsScanType, Int32, Boolean) | Updates statistics for the referenced index with the specified statistics scan type and specified sample size and with the option to recompute the statistics. |
Top