次の方法で共有


TableViewBase.UpdateStatistics メソッド (StatisticsTarget, StatisticsScanType, Int32, Boolean)

実行されたスキャンの対象、種類、サンプル サイズ、および統計値を再計算するかどうかを指定するオプションを使用して、テーブルまたはビューの統計を更新します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Sub UpdateStatistics ( _
    affectType As StatisticsTarget, _
    scanType As StatisticsScanType, _
    sampleValue As Integer, _
    recompute As Boolean _
)
'使用
Dim instance As TableViewBase 
Dim affectType As StatisticsTarget 
Dim scanType As StatisticsScanType 
Dim sampleValue As Integer 
Dim recompute As Boolean

instance.UpdateStatistics(affectType, _
    scanType, sampleValue, recompute)
public void UpdateStatistics(
    StatisticsTarget affectType,
    StatisticsScanType scanType,
    int sampleValue,
    bool recompute
)
public:
void UpdateStatistics(
    StatisticsTarget affectType, 
    StatisticsScanType scanType, 
    int sampleValue, 
    bool recompute
)
member UpdateStatistics : 
        affectType:StatisticsTarget * 
        scanType:StatisticsScanType * 
        sampleValue:int * 
        recompute:bool -> unit
public function UpdateStatistics(
    affectType : StatisticsTarget, 
    scanType : StatisticsScanType, 
    sampleValue : int, 
    recompute : boolean
)

パラメーター

  • sampleValue
    型: System.Int32
    サンプル サイズを示す Int32 値です。 単位は、スキャンの種類に依存します。
  • recompute
    型: System.Boolean
    統計値を再計算するかどうかを示す Boolean 値です。True の場合、統計値が再計算されます。False の場合、統計値は再計算されません。

使用例

データベース オブジェクトでの作業

関連項目

参照

TableViewBase クラス

UpdateStatistics オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

テーブル

ビュー

CREATE TABLE (Transact-SQL)

CREATE VIEW (Transact-SQL)

UPDATE STATISTICS (Transact-SQL)