Metoda Database.CheckTables (RepairType, RepairStructure)
Sprawdza integralność bazy danych stron dla wszystkich tabel i indeksów, określone w tabelach bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function CheckTables ( _
repairType As RepairType, _
repairStructure As RepairStructure _
) As StringCollection
'Użycie
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
Parametry
- repairType
Typ: Microsoft.SqlServer.Management.Smo.RepairType
A RepairType obiekt, który określa tryb naprawy.
- repairStructure
Typ: Microsoft.SqlServer.Management.Smo.RepairStructure
A RepairStructure obiektu wartości, który określa typ kontroli strukturalnych do wykonywania takich jak "tylko fizyczne" że kontrole struktur spójności i podział strona.
Wartość zwracana
Typ: System.Collections.Specialized.StringCollection
Element StringCollection wartość obiektu zawierającego raport o integralność tabel i indeksów w bazie danych.
Zobacz także