CheckTables メソッド (RepairType, RepairOptions)
データベースのすべてのテーブルと、テーブルで定義されたすべてのインデックスの、データベース ページの整合性をテストします。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Function CheckTables ( _
repairType As RepairType, _
repairOptions As RepairOptions _
) As StringCollection
'使用
Dim instance As Database
Dim repairType As RepairType
Dim repairOptions As RepairOptions
Dim returnValue As StringCollection
returnValue = instance.CheckTables(repairType, _
repairOptions)
public StringCollection CheckTables(
RepairType repairType,
RepairOptions repairOptions
)
public:
StringCollection^ CheckTables(
RepairType repairType,
RepairOptions repairOptions
)
member CheckTables :
repairType:RepairType *
repairOptions:RepairOptions -> StringCollection
public function CheckTables(
repairType : RepairType,
repairOptions : RepairOptions
) : StringCollection
パラメーター
- repairType
型: Microsoft.SqlServer.Management.Smo. . :: . .RepairType
修復モードを示す RepairType オブジェクトです。
- repairOptions
型: Microsoft.SqlServer.Management.Smo. . :: . .RepairOptions
推定だけを行うかどうかや、返されるレポートにどの種類のメッセージを含めるかなど、修復オプションを示す RepairOptions オブジェクトの値です。
戻り値
型: System.Collections.Specialized. . :: . .StringCollection
データベース内のテーブルとインデックスの整合性に関するレポートを含む StringCollection オブジェクトの値です。