CheckTables 方法 (RepairType)

針對資料庫之資料表中定義的所有資料表和索引,測試資料庫頁面的完整性。

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Function CheckTables ( _
    repairType As RepairType _
) As StringCollection
'用途
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

參數

傳回值

型別:System.Collections.Specialized. . :: . .StringCollection
包含資料庫資料表和索引完整性之相關報表的 StringCollection 物件。