Statistic.Update Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
- scanType
- StatisticsScanType
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
- scanType
- StatisticsScanType
- 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
- scanType
- StatisticsScanType
- sampleValue
- Int32
- recompute
- Boolean