Column.UpdateStatistics Method
Include Protected Members
Include Inherited Members
Updates statistics for the column.
Overload List
Name | Description | |
---|---|---|
UpdateStatistics() | Updates Statistic objects that monitor this column. | |
UpdateStatistics(StatisticsScanType) | Updates Statistic objects that monitor this column. | |
UpdateStatistics(StatisticsScanType, Int32) | Updates Statistic objects that monitor this column using a sampled scan. | |
UpdateStatistics(StatisticsScanType, Int32, Boolean) | Updates Statistic objects that monitor this column using a sampled scan. |
Top