Condividi tramite


Metodo CheckTables (RepairType)

Verifica l'integrità delle pagine di database per tutte le tabelle e tutti gli indici definiti nelle tabelle del database.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function CheckTables ( _
    repairType As RepairType _
) As StringCollection
'Utilizzo
Dim instance As Database
Dim repairType As RepairType
Dim returnValue As StringCollection

returnValue = instance.CheckTables(repairType)
public StringCollection CheckTables(
    RepairType repairType
)
public:
StringCollection^ CheckTables(
    RepairType repairType
)
member CheckTables : 
        repairType:RepairType -> StringCollection 
public function CheckTables(
    repairType : RepairType
) : StringCollection

Parametri

Valore restituito

Tipo: System.Collections.Specialized. . :: . .StringCollection
Oggetto StringCollection che contiene un report sull'integrità di tabelle e indici del database.