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
)
パラメーター
- affectType
型: Microsoft.SqlServer.Management.Smo. . :: . .StatisticsTarget
列やインデックスなど、統計の更新の対象を示す StatisticsTarget オブジェクトの値です。
- scanType
型: Microsoft.SqlServer.Management.Smo. . :: . .StatisticsScanType
統計情報を収集する方法を示す StatisticsScanType オブジェクトの値です。
- sampleValue
型: System. . :: . .Int32
サンプル サイズを示す Int32 値です。単位は、スキャンの種類に依存します。
- recompute
型: System. . :: . .Boolean
統計値を再計算するかどうかを示す Boolean 値です。
True の場合、統計値が再計算されます。
False の場合、統計値は再計算されません。