Database.CheckTables Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| CheckTables(RepairType) |
Richiama DBCC CHECKDB con il tipo di ripristino specificato e NO_INFOMSGS |
| CheckTables(RepairType, RepairOptions) |
Richiama DBCC CHECKDB con il tipo di ripristino e le opzioni di ripristino specificati |
| CheckTables(RepairType, RepairStructure) |
Richiama DBCC CHECKDB con il tipo di ripristino e la struttura di ripristino specificati |
| CheckTables(RepairType, RepairOptions, RepairStructure, Nullable<Int64>) |
Richiama DBCC CHECKDB con le opzioni specificate |
CheckTables(RepairType)
Richiama DBCC CHECKDB con il tipo di ripristino specificato e 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
Parametri
- repairType
- RepairType
Valori restituiti
Si applica a
CheckTables(RepairType, RepairOptions)
Richiama DBCC CHECKDB con il tipo di ripristino e le opzioni di ripristino specificati
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
Parametri
- repairType
- RepairType
- repairOptions
- RepairOptions
Valori restituiti
Messaggi restituiti da DBCC CHECKDB
Si applica a
CheckTables(RepairType, RepairStructure)
Richiama DBCC CHECKDB con il tipo di ripristino e la struttura di ripristino specificati
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
Parametri
- repairType
- RepairType
- repairStructure
- RepairStructure
Valori restituiti
Messaggi restituiti da DBCC CHECKDB
Si applica a
CheckTables(RepairType, RepairOptions, RepairStructure, Nullable<Int64>)
Richiama DBCC CHECKDB con le opzioni specificate
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
Parametri
- repairType
- RepairType
- repairOptions
- RepairOptions
- repairStructure
- RepairStructure
Valori restituiti
Messaggi restituiti da DBCC CHECKDB