Metoda CheckTables (RepairType, RepairOptions)
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 _
) As StringCollection
'Użycie
Dim instance As Database
Dim repairType As RepairType
Dim repairOptions As RepairOptions
Dim returnValue As StringCollection
returnValue = instance.CheckTables(repairType, _
repairOptions)
public StringCollection CheckTables(
RepairType repairType,
RepairOptions repairOptions
)
public:
StringCollection^ CheckTables(
RepairType repairType,
RepairOptions repairOptions
)
member CheckTables :
repairType:RepairType *
repairOptions:RepairOptions -> StringCollection
public function CheckTables(
repairType : RepairType,
repairOptions : RepairOptions
) : 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.
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