Index.UpdateStatistics メソッド (StatisticsScanType)
指定した統計スキャンの種類を使用して、参照先のインデックスの統計を更新します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub UpdateStatistics ( _
scanType As StatisticsScanType _
)
'使用
Dim instance As Index
Dim scanType As StatisticsScanType
instance.UpdateStatistics(scanType)
public void UpdateStatistics(
StatisticsScanType scanType
)
public:
void UpdateStatistics(
StatisticsScanType scanType
)
member UpdateStatistics :
scanType:StatisticsScanType -> unit
public function UpdateStatistics(
scanType : StatisticsScanType
)
パラメーター
- scanType
型: Microsoft.SqlServer.Management.Smo.StatisticsScanType
統計の更新に使用するメソッドを示す StatisticsScanType です。
説明
注 |
---|
UserDefinedTableType オブジェクトに部分的に基づくインデックスは統計をサポートしないため、このメソッドを実行すると例外が発生します。 |
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間