Database.CheckTables Metode

Definisi

Overload

Nama Deskripsi
CheckTables(RepairType)

Memanggil DBCC CHECKDB dengan jenis perbaikan dan NO_INFOMSGS yang diberikan

CheckTables(RepairType, RepairOptions)

Memanggil DBCC CHECKDB dengan jenis perbaikan dan opsi perbaikan yang diberikan

CheckTables(RepairType, RepairStructure)

Memanggil DBCC CHECKDB dengan jenis perbaikan dan struktur perbaikan yang diberikan

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

Memanggil DBCC CHECKDB dengan opsi yang diberikan

CheckTables(RepairType)

Memanggil DBCC CHECKDB dengan jenis perbaikan dan NO_INFOMSGS yang diberikan

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

Parameter

repairType
RepairType

Mengembalikan

Berlaku untuk

CheckTables(RepairType, RepairOptions)

Memanggil DBCC CHECKDB dengan jenis perbaikan dan opsi perbaikan yang diberikan

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

Parameter

repairType
RepairType
repairOptions
RepairOptions

Mengembalikan

Pesan yang dikembalikan oleh DBCC CHECKDB

Berlaku untuk

CheckTables(RepairType, RepairStructure)

Memanggil DBCC CHECKDB dengan jenis perbaikan dan struktur perbaikan yang diberikan

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

Parameter

repairType
RepairType
repairStructure
RepairStructure

Mengembalikan

Pesan yang dikembalikan oleh DBCC CHECKDB

Berlaku untuk

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

Memanggil DBCC CHECKDB dengan opsi yang diberikan

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

Parameter

repairType
RepairType
repairOptions
RepairOptions
repairStructure
RepairStructure
maxDOP
Nullable<Int64>

Mengembalikan

Pesan yang dikembalikan oleh DBCC CHECKDB

Berlaku untuk