Statistic.Update Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| Update() |
Met à jour la statistique |
| Update(StatisticsScanType) |
Met à jour la statistique <param name="scanType">détermine le type d’analyse (FullScan, Percent Sample, Rows Sample, Resample)</param> |
| Update(StatisticsScanType, Int32) |
Met à jour la statistique <param name="scanType">détermine le type d’analyse (FullScan, Percent Sample, Rows Sample, Resample)</param param param><name="sampleValue">détermine pourcentage ou lignes à échantillon</param> |
| Update(StatisticsScanType, Int32, Boolean) |
Met à jour la statistique <param name="scanType"détermine le type d’analyse (FullScan, Percent Sample, Rows Sample, Resample)</param param param><name="sampleValue">>détermine le pourcentage ou les lignes à échantillonner</param param><nom="recompute">détermine si la mise à jour automatique des statistiques est activée</param> |
Update()
Met à jour la statistique
public void Update();
member this.Update : unit -> unit
Public Sub Update ()
S’applique à
Update(StatisticsScanType)
Met à jour la statistique
<param name="scanType">détermine le type d’analyse (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)
Paramètres
- scanType
- StatisticsScanType
S’applique à
Update(StatisticsScanType, Int32)
Met à jour la statistique
<param name="scanType">détermine le type d’analyse (FullScan, Percent Sample, Rows Sample, Resample)</param param param><name="sampleValue">détermine pourcentage ou lignes à échantillon</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)
Paramètres
- scanType
- StatisticsScanType
- sampleValue
- Int32
S’applique à
Update(StatisticsScanType, Int32, Boolean)
Met à jour la statistique
<param name="scanType"détermine le type d’analyse (FullScan, Percent Sample, Rows Sample, Resample)</param param param><name="sampleValue">>détermine le pourcentage ou les lignes à échantillonner</param param><nom="recompute">détermine si la mise à jour automatique des statistiques est activée</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)
Paramètres
- scanType
- StatisticsScanType
- sampleValue
- Int32
- recompute
- Boolean