言語

Database.CheckTables メソッド

定義

オーバーロード

名前 説明
CheckTables(RepairType)

指定された修復の種類とNO_INFOMSGSを使用して DBCC CHECKDB を呼び出します

CheckTables(RepairType, RepairOptions)

指定された修復の種類と修復オプションを使用して DBCC CHECKDB を呼び出します

CheckTables(RepairType, RepairStructure)

指定された修復の種類と修復構造を使用して DBCC CHECKDB を呼び出します

CheckTables(RepairType, RepairOptions, RepairStructure, Nullable<Int64>)

指定されたオプションを使用して DBCC CHECKDB を呼び出します

CheckTables(RepairType)

指定された修復の種類とNO_INFOMSGSを使用して DBCC CHECKDB を呼び出します

public System.Collections.Specialized.StringCollection CheckTables(Microsoft.SqlServer.Management.Smo.RepairType repairType);
member this.CheckTables : Microsoft.SqlServer.Management.Smo.RepairType -> System.Collections.Specialized.StringCollection
Public Function CheckTables (repairType As RepairType) As StringCollection

パラメーター

repairType
RepairType

返品

適用対象

CheckTables(RepairType, RepairOptions)

指定された修復の種類と修復オプションを使用して DBCC CHECKDB を呼び出します

public System.Collections.Specialized.StringCollection CheckTables(Microsoft.SqlServer.Management.Smo.RepairType repairType, Microsoft.SqlServer.Management.Smo.RepairOptions repairOptions);
member this.CheckTables : Microsoft.SqlServer.Management.Smo.RepairType * Microsoft.SqlServer.Management.Smo.RepairOptions -> System.Collections.Specialized.StringCollection
Public Function CheckTables (repairType As RepairType, repairOptions As RepairOptions) As StringCollection

パラメーター

repairType
RepairType
repairOptions
RepairOptions

返品

DBCC CHECKDB によって返されるメッセージ

適用対象

CheckTables(RepairType, RepairStructure)

指定された修復の種類と修復構造を使用して DBCC CHECKDB を呼び出します

public System.Collections.Specialized.StringCollection CheckTables(Microsoft.SqlServer.Management.Smo.RepairType repairType, Microsoft.SqlServer.Management.Smo.RepairStructure repairStructure);
member this.CheckTables : Microsoft.SqlServer.Management.Smo.RepairType * Microsoft.SqlServer.Management.Smo.RepairStructure -> System.Collections.Specialized.StringCollection
Public Function CheckTables (repairType As RepairType, repairStructure As RepairStructure) As StringCollection

パラメーター

repairType
RepairType
repairStructure
RepairStructure

返品

DBCC CHECKDB によって返されるメッセージ

適用対象

CheckTables(RepairType, RepairOptions, RepairStructure, Nullable<Int64>)

指定されたオプションを使用して DBCC CHECKDB を呼び出します

public System.Collections.Specialized.StringCollection CheckTables(Microsoft.SqlServer.Management.Smo.RepairType repairType, Microsoft.SqlServer.Management.Smo.RepairOptions repairOptions, Microsoft.SqlServer.Management.Smo.RepairStructure repairStructure, long? maxDOP = default);
member this.CheckTables : Microsoft.SqlServer.Management.Smo.RepairType * Microsoft.SqlServer.Management.Smo.RepairOptions * Microsoft.SqlServer.Management.Smo.RepairStructure * Nullable<int64> -> System.Collections.Specialized.StringCollection
Public Function CheckTables (repairType As RepairType, repairOptions As RepairOptions, repairStructure As RepairStructure, Optional maxDOP As Nullable(Of Long) = Nothing) As StringCollection

パラメーター

repairType
RepairType
repairOptions
RepairOptions
repairStructure
RepairStructure
maxDOP
Nullable<Int64>

返品

DBCC CHECKDB によって返されるメッセージ

適用対象