Metodo CheckTables (RepairType, RepairStructure)
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, _
repairStructure As RepairStructure _
) As StringCollection
'Utilizzo
Dim instance As Database
Dim repairType As RepairType
Dim repairStructure As RepairStructure
Dim returnValue As StringCollection
returnValue = instance.CheckTables(repairType, _
repairStructure)
public StringCollection CheckTables(
RepairType repairType,
RepairStructure repairStructure
)
public:
StringCollection^ CheckTables(
RepairType repairType,
RepairStructure repairStructure
)
member CheckTables :
repairType:RepairType *
repairStructure:RepairStructure -> StringCollection
public function CheckTables(
repairType : RepairType,
repairStructure : RepairStructure
) : StringCollection
Parametri
- repairType
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .RepairType
Oggetto RepairType che specifica le modalità di correzione.
- repairStructure
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .RepairStructure
Valore dell'oggetto RepairStructure che specifica il tipo di controlli strutturali da eseguire, ad esempio 'solo fisico' che controlla la coerenza della pagina e le strutture di allocazione.
Valore restituito
Tipo: System.Collections.Specialized. . :: . .StringCollection
Valore dell'oggetto StringCollection che contiene un report sull'integrità di tabelle e indici del database.
Vedere anche