Index.UpdateStatistics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
UpdateStatistics(StatisticsScanType, Int32, Boolean) |
forces data distribution statistics update for a referenced index |
UpdateStatistics() |
forces data distribution statistics update for a referenced index |
UpdateStatistics(StatisticsScanType) |
forces data distribution statistics update for a referenced index |
UpdateStatistics(StatisticsScanType, Int32) |
forces data distribution statistics update for a referenced index |
UpdateStatistics(StatisticsScanType, Int32, Boolean)
forces data distribution statistics update for a referenced index
public void UpdateStatistics (Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType, int sampleValue, bool recompute);
member this.UpdateStatistics : Microsoft.SqlServer.Management.Smo.StatisticsScanType * int * bool -> unit
Public Sub UpdateStatistics (scanType As StatisticsScanType, sampleValue As Integer, recompute As Boolean)
Parameters
- scanType
- StatisticsScanType
- sampleValue
- Int32
- recompute
- Boolean
Applies to
UpdateStatistics()
forces data distribution statistics update for a referenced index
public void UpdateStatistics ();
member this.UpdateStatistics : unit -> unit
Public Sub UpdateStatistics ()
Applies to
UpdateStatistics(StatisticsScanType)
forces data distribution statistics update for a referenced index
public void UpdateStatistics (Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType);
member this.UpdateStatistics : Microsoft.SqlServer.Management.Smo.StatisticsScanType -> unit
Public Sub UpdateStatistics (scanType As StatisticsScanType)
Parameters
- scanType
- StatisticsScanType
Applies to
UpdateStatistics(StatisticsScanType, Int32)
forces data distribution statistics update for a referenced index
public void UpdateStatistics (Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType, int sampleValue);
member this.UpdateStatistics : Microsoft.SqlServer.Management.Smo.StatisticsScanType * int -> unit
Public Sub UpdateStatistics (scanType As StatisticsScanType, sampleValue As Integer)
Parameters
- scanType
- StatisticsScanType
- sampleValue
- Int32