Metodo Index.CheckIndex

Tests the integrity of database pages that store the index.

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

Sintassi

'Dichiarazione
Public Function CheckIndex As StringCollection
'Utilizzo
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

Valore restituito

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

Osservazioni

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

[!NOTA]

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

Esempi

Creazione, modifica e rimozione di indici

Vedere anche

Riferimento

Index Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Indici

CREATE INDEX (Transact-SQL)