Statistic.Update Metodo

Definizione

Overload

Nome Descrizione
Update()

Aggiorna la statistica

Update(StatisticsScanType)

Aggiorna la statistica

<param name="scanType">determina il tipo di analisi (FullScan, Percent Sample, Rows Sample, Resample)</param>
Update(StatisticsScanType, Int32)

Aggiorna la statistica

<param name="scanType">determina il tipo di analisi (FullScan, Percent Sample, Rows Sample, Resample)</param param><name="sampleValue">determina la percentuale o le righe da campionare</param>
Update(StatisticsScanType, Int32, Boolean)

Aggiorna la statistica

<param name="scanType">determina il tipo di analisi (FullScan, Percent Sample, Rows Sample, Resample)</param param><name="sampleValue">determina percent o rows to sample</param param><name="recompute">determina se l'aggiornamento automatico delle statistiche è abilitato</param>

Update()

Aggiorna la statistica

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

Si applica a

Update(StatisticsScanType)

Aggiorna la statistica

<param name="scanType">determina il tipo di analisi (FullScan, Percent Sample, Rows Sample, Resample)</param>
public void Update(Microsoft.SqlServer.Management.Smo.StatisticsScanType scanType);
member this.Update : Microsoft.SqlServer.Management.Smo.StatisticsScanType -> unit
Public Sub Update (scanType As StatisticsScanType)

Parametri

Si applica a

Update(StatisticsScanType, Int32)

Aggiorna la statistica

<param name="scanType">determina il tipo di analisi (FullScan, Percent Sample, Rows Sample, Resample)</param param><name="sampleValue">determina la percentuale o le righe da campionare</param>
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)

Parametri

sampleValue
Int32

Si applica a

Update(StatisticsScanType, Int32, Boolean)

Aggiorna la statistica

<param name="scanType">determina il tipo di analisi (FullScan, Percent Sample, Rows Sample, Resample)</param param><name="sampleValue">determina percent o rows to sample</param param><name="recompute">determina se l'aggiornamento automatico delle statistiche è abilitato</param>
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)

Parametri

sampleValue
Int32
recompute
Boolean

Si applica a