Statistic.Update メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| Update() |
統計情報を更新します。 |
| Update(StatisticsScanType) |
統計情報を更新します。 <param name="scanType">スキャンの種類 (FullScan、Percent Sample、Rows Sample、Resample)</param> |
| Update(StatisticsScanType, Int32) |
統計情報を更新します。 <param name="scanType">スキャンの種類 (FullScan、Percent Sample、Rows Sample、Resample)</param><param name="sampleValue">determines percent or rows to sample</param> |
| Update(StatisticsScanType, Int32, Boolean) |
統計情報を更新します。 <param name="scanType">スキャンの種類を決定します (FullScan、Percent Sample、Rows Sample、Resample)</param><param name="sampleValue">determines percent or rows to sample</param><param name="recompute">determines whether automatic statistics update is enabled</param> |
Update()
統計情報を更新します。
public void Update();
member this.Update : unit -> unit
Public Sub Update ()
適用対象
Update(StatisticsScanType)
統計情報を更新します。
<param name="scanType">スキャンの種類 (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)
パラメーター
- scanType
- StatisticsScanType
適用対象
Update(StatisticsScanType, Int32)
統計情報を更新します。
<param name="scanType">スキャンの種類 (FullScan、Percent Sample、Rows Sample、Resample)</param><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)
パラメーター
- scanType
- StatisticsScanType
- sampleValue
- Int32
適用対象
Update(StatisticsScanType, Int32, Boolean)
統計情報を更新します。
<param name="scanType">スキャンの種類を決定します (FullScan、Percent Sample、Rows Sample、Resample)</param><param name="sampleValue">determines percent or rows to sample</param><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)
パラメーター
- scanType
- StatisticsScanType
- sampleValue
- Int32
- recompute
- Boolean