Database.CheckTablesDataOnly 方法

包括受保护的成员
包括继承的成员

Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.

此成员被重载。有关此成员的完整信息,包括语法、用法和示例,请单击重载列表中的名称。

重载列表

  名称 说明
公共方法 CheckTablesDataOnly() Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database.
公共方法 CheckTablesDataOnly(RepairOptions) Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database, with the specified repair options.
公共方法 CheckTablesDataOnly(RepairStructure) Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database with the specified repair structure.
公共方法 CheckTablesDataOnly(RepairOptions, RepairStructure) Tests integrity of data in pages that store data for all tables and indexes defined on the tables of the referenced database with the specified repair options and repair structure.

页首

注释

This method is equivalent to the DBCC CHECKTABLE Transact-SQL command.

请参阅

参考

Database 类

Microsoft.SqlServer.Management.Smo 命名空间