TableViewBase.UpdateStatistics メソッド (StatisticsTarget, StatisticsScanType, Int32)
実行されたスキャンの対象、種類、およびサンプル サイズを指定するオプションを使用して、テーブルまたはビューの統計を更新します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub UpdateStatistics ( _
affectType As StatisticsTarget, _
scanType As StatisticsScanType, _
sampleValue As Integer _
)
'使用
Dim instance As TableViewBase
Dim affectType As StatisticsTarget
Dim scanType As StatisticsScanType
Dim sampleValue As Integer
instance.UpdateStatistics(affectType, _
scanType, sampleValue)
public void UpdateStatistics(
StatisticsTarget affectType,
StatisticsScanType scanType,
int sampleValue
)
public:
void UpdateStatistics(
StatisticsTarget affectType,
StatisticsScanType scanType,
int sampleValue
)
member UpdateStatistics :
affectType:StatisticsTarget *
scanType:StatisticsScanType *
sampleValue:int -> unit
public function UpdateStatistics(
affectType : StatisticsTarget,
scanType : StatisticsScanType,
sampleValue : int
)
パラメーター
- affectType
型: Microsoft.SqlServer.Management.Smo.StatisticsTarget
列やインデックスなど、統計の更新の対象を示す StatisticsTarget オブジェクトの値です。
- scanType
型: Microsoft.SqlServer.Management.Smo.StatisticsScanType
統計情報を収集する方法を示す StatisticsScanType オブジェクトの値です。
- sampleValue
型: System.Int32
サンプル サイズを示す Int32 値です。 単位は、スキャンの種類に依存します。
使用例
関連項目
参照
Microsoft.SqlServer.Management.Smo 名前空間