Share via


Statistic.Update Method

Definition

Overloads

Update()

Updates the statistic

Update(StatisticsScanType)

Updates the statistic

Update(StatisticsScanType, Int32)

Updates the statistic

Update(StatisticsScanType, Int32, Boolean)

Updates the statistic

Update()

Updates the statistic

public void Update();
member this.Update : unit -> unit
Public Sub Update ()

Applies to

Update(StatisticsScanType)

Updates the statistic

public void Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType);
member this.Update : Microsoft.SqlServer.Management.Smo.StatisticsScanType -> unit
Public Sub Update (scanType As StatisticsScanType)

Parameters

Applies to

Update(StatisticsScanType, Int32)

Updates the statistic

public void Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType, int sampleValue);
member this.Update : Microsoft.SqlServer.Management.Smo.StatisticsScanType * int -> unit
Public Sub Update (scanType As StatisticsScanType, sampleValue As Integer)

Parameters

sampleValue
Int32

Applies to

Update(StatisticsScanType, Int32, Boolean)

Updates the statistic

public void Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType, int sampleValue, bool recompute);
member this.Update : Microsoft.SqlServer.Management.Smo.StatisticsScanType * int * bool -> unit
Public Sub Update (scanType As StatisticsScanType, sampleValue As Integer, recompute As Boolean)

Parameters

sampleValue
Int32
recompute
Boolean

Applies to