Método CheckTables (RepairType, RepairStructure)
Testa a integridade das páginas de banco de dados de todas as tabelas e índices definidos nas tabelas do banco de dados.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Function CheckTables ( _
repairType As RepairType, _
repairStructure As RepairStructure _
) As StringCollection
'Uso
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
Parâmetros
- repairType
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .RepairType
Um objeto RepairType que especifica o modo de reparo.
- repairStructure
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .RepairStructure
Um valor de objeto RepairStructure que especifica o tipo de verificações estruturais devem ser executadas, como 'physical only' que verifica a consistência de página e as estruturas de alocação.
Valor de retorno
Tipo: System.Collections.Specialized. . :: . .StringCollection
Um valor de objeto StringCollection que contém um relatório sobre a integridade das tabelas e dos índices no banco de dados.
Consulte também