SetScanOptions メソッド
統計カウンターのスキャン オプションを設定します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Sub SetScanOptions ( _
type As StatisticsScanType, _
no As Integer _
)
'使用
Dim instance As Statistic
Dim type As StatisticsScanType
Dim no As Integer
instance.SetScanOptions(type, no)
public void SetScanOptions(
StatisticsScanType type,
int no
)
public:
void SetScanOptions(
StatisticsScanType type,
int no
)
member SetScanOptions :
type:StatisticsScanType *
no:int -> unit
public function SetScanOptions(
type : StatisticsScanType,
no : int
)
パラメーター
- type
型: Microsoft.SqlServer.Management.Smo. . :: . .StatisticsScanType
実行する統計スキャンの種類を示す StatisticsScanType オブジェクトです。
- no
型: System. . :: . .Int32
サンプル値のサイズを示す Int32 値です。