Partilhar via


Método Index.CheckIndex

Tests the integrity of database pages that store the index.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Function CheckIndex As StringCollection
'Uso
Dim instance As Index 
Dim returnValue As StringCollection 

returnValue = instance.CheckIndex()
public StringCollection CheckIndex()
public:
StringCollection^ CheckIndex()
member CheckIndex : unit -> StringCollection
public function CheckIndex() : StringCollection

Valor de retorno

Tipo: System.Collections.Specialized.StringCollection
A StringCollection object value that contains the error messages generated by the integrity check.

Comentários

The CheckIndex method is implemented using the Transact-SQL DBCC CHECKTABLE statement.

ObservaçãoObservação

Indexes based on the UserDefinedTableType object cannot be checked and running this method will generate an exception.

Exemplos

Criando, alterando e removendo índices

Consulte também

Referência

Index Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Índices

CREATE INDEX (Transact-SQL)