Database.CheckTables Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| CheckTables(RepairType) |
Ruft DBCC CHECKDB mit dem angegebenen Reparaturtyp und NO_INFOMSGS |
| CheckTables(RepairType, RepairOptions) |
Ruft DBCC CHECKDB mit den angegebenen Reparaturtyp- und Reparaturoptionen auf. |
| CheckTables(RepairType, RepairStructure) |
Ruft DBCC CHECKDB mit dem angegebenen Reparaturtyp und der Reparaturstruktur auf. |
| CheckTables(RepairType, RepairOptions, RepairStructure, Nullable<Int64>) |
Ruft DBCC CHECKDB mit den angegebenen Optionen auf. |
CheckTables(RepairType)
Ruft DBCC CHECKDB mit dem angegebenen Reparaturtyp und NO_INFOMSGS
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
Gibt zurück
Gilt für:
CheckTables(RepairType, RepairOptions)
Ruft DBCC CHECKDB mit den angegebenen Reparaturtyp- und Reparaturoptionen auf.
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
Gibt zurück
Von DBCC CHECKDB zurückgegebene Nachrichten
Gilt für:
CheckTables(RepairType, RepairStructure)
Ruft DBCC CHECKDB mit dem angegebenen Reparaturtyp und der Reparaturstruktur auf.
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
Gibt zurück
Von DBCC CHECKDB zurückgegebene Nachrichten
Gilt für:
CheckTables(RepairType, RepairOptions, RepairStructure, Nullable<Int64>)
Ruft DBCC CHECKDB mit den angegebenen Optionen auf.
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
Gibt zurück
Von DBCC CHECKDB zurückgegebene Nachrichten