Metoda Index.CheckIndex
Sprawdza integralność stron bazy danych, które przechowują indeksu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function CheckIndex As StringCollection
'Użycie
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
Wartość zwracana
Typ: System.Collections.Specialized.StringCollection
A StringCollection wartość obiektu, który zawiera komunikaty o błędach generowane przez wyboru integralność.
Uwagi
CheckIndex Metoda jest implementowane za pomocą Transact-SQL DBCC CHECKTABLE instrukcja.
Ostrzeżenie
Indeksy oparte na UserDefinedTableType obiekt nie może być sprawdzona i uruchomiona ta metoda spowoduje wygenerowanie wyjątku.
Zobacz także