Metoda CheckTables (RepairType, RepairOptions, 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)
Syntax
'Deklaracja
Public Function CheckTables ( _
repairType As RepairType, _
repairOptions As RepairOptions, _
repairStructure As RepairStructure _
) As StringCollection
'Użycie
Dim instance As Database
Dim repairType As RepairType
Dim repairOptions As RepairOptions
Dim repairStructure As RepairStructure
Dim returnValue As StringCollection
returnValue = instance.CheckTables(repairType, _
repairOptions, repairStructure)
public StringCollection CheckTables(
RepairType repairType,
RepairOptions repairOptions,
RepairStructure repairStructure
)
public:
StringCollection^ CheckTables(
RepairType repairType,
RepairOptions repairOptions,
RepairStructure repairStructure
)
member CheckTables :
repairType:RepairType *
repairOptions:RepairOptions *
repairStructure:RepairStructure -> StringCollection
public function CheckTables(
repairType : RepairType,
repairOptions : RepairOptions,
repairStructure : RepairStructure
) : StringCollection
Parameters
- repairType
Typ: Microsoft.SqlServer.Management.Smo. . :: . .RepairType
A RepairType obiekt, który określa tryb naprawy.
- repairOptions
Typ: Microsoft.SqlServer.Management.Smo. . :: . .RepairOptions
A RepairOptions wartość obiektu, który określa opcje naprawy, takie jak czy wykonać tylko prognozą i jaki typ wiadomości, aby uwzględnić w raporcie zwrócone.
- 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