Udostępnij za pośrednictwem


Metoda CheckTables (RepairType)

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 _
) As StringCollection
'Użycie
Dim instance As Database
Dim repairType As RepairType
Dim returnValue As StringCollection

returnValue = instance.CheckTables(repairType)
public StringCollection CheckTables(
    RepairType repairType
)
public:
StringCollection^ CheckTables(
    RepairType repairType
)
member CheckTables : 
        repairType:RepairType -> StringCollection 
public function CheckTables(
    repairType : RepairType
) : StringCollection

Parameters

Wartość zwracana

Typ: System.Collections.Specialized. . :: . .StringCollection
Obiekt Element StringCollection zawierającego raport o integralność tabel i indeksów w bazie danych.