Statistic.Update Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| Update() |
Aktualisiert die Statistik |
| Update(StatisticsScanType) |
Aktualisiert die Statistik <param name="scanType">determines the type of scan (FullScan, Percent Sample, Rows Sample, Resample)</param> |
| Update(StatisticsScanType, Int32) |
Aktualisiert die Statistik <param name="scanType">determines the type of scan (FullScan, Percent Sample, Rows Sample, Resample)</param><name="sampleValue">determines percent or rows to sample</param> |
| Update(StatisticsScanType, Int32, Boolean) |
Aktualisiert die Statistik <param name="scanType">determines the type of scan (FullScan, Percent Sample, Rows Sample, Resample)</param param><param name="sampleValue">determines percent or rows to sample</param><name="recompute">determines whether automatic statistics update is enabled</param> |
Update()
Aktualisiert die Statistik
public void Update();
member this.Update : unit -> unit
Public Sub Update ()
Gilt für:
Update(StatisticsScanType)
Aktualisiert die Statistik
<param name="scanType">determines the type of scan (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)
Parameter
- scanType
- StatisticsScanType
Gilt für:
Update(StatisticsScanType, Int32)
Aktualisiert die Statistik
<param name="scanType">determines the type of scan (FullScan, Percent Sample, Rows Sample, Resample)</param><name="sampleValue">determines percent or rows to sample</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)
Parameter
- scanType
- StatisticsScanType
- sampleValue
- Int32
Gilt für:
Update(StatisticsScanType, Int32, Boolean)
Aktualisiert die Statistik
<param name="scanType">determines the type of scan (FullScan, Percent Sample, Rows Sample, Resample)</param param><param name="sampleValue">determines percent or rows to sample</param><name="recompute">determines whether automatic statistics update is enabled</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)
Parameter
- scanType
- StatisticsScanType
- sampleValue
- Int32
- recompute
- Boolean