Column.UpdateStatistics Method

Include Protected Members
Include Inherited Members

Updates statistics for the column.

Overload List

  Name Description
Public method UpdateStatistics() Updates Statistic objects that monitor this column.
Public method UpdateStatistics(StatisticsScanType) Updates Statistic objects that monitor this column.
Public method UpdateStatistics(StatisticsScanType, Int32) Updates Statistic objects that monitor this column using a sampled scan.
Public method UpdateStatistics(StatisticsScanType, Int32, Boolean) Updates Statistic objects that monitor this column using a sampled scan.

Top