CheckTables メソッド (RepairType, RepairOptions, RepairStructure)
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Function CheckTables ( _
repairType As RepairType, _
repairOptions As RepairOptions, _
repairStructure As RepairStructure _
) As StringCollection
'使用
Dim instance As Database
Dim repairType As RepairType
Dim repairOptions As RepairOptions
Dim repairStructure As RepairStructure
Dim returnValue As StringCollection
returnValue = instance.CheckTables(repairType, _
repairOptions, repairStructure)
public StringCollection CheckTables(
RepairType repairType,
RepairOptions repairOptions,
RepairStructure repairStructure
)
public:
StringCollection^ CheckTables(
RepairType repairType,
RepairOptions repairOptions,
RepairStructure repairStructure
)
member CheckTables :
repairType:RepairType *
repairOptions:RepairOptions *
repairStructure:RepairStructure -> StringCollection
public function CheckTables(
repairType : RepairType,
repairOptions : RepairOptions,
repairStructure : RepairStructure
) : StringCollection
パラメーター
- repairType
型: Microsoft.SqlServer.Management.Smo. . :: . .RepairType
- repairOptions
型: Microsoft.SqlServer.Management.Smo. . :: . .RepairOptions
- repairStructure
型: Microsoft.SqlServer.Management.Smo. . :: . .RepairStructure