Table.RecalculateSpaceUsage 方法

Recalculates the space that is used on the table.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub RecalculateSpaceUsage
用法
Dim instance As Table

instance.RecalculateSpaceUsage()
public void RecalculateSpaceUsage()
public:
void RecalculateSpaceUsage()
member RecalculateSpaceUsage : unit -> unit
public function RecalculateSpaceUsage()

示例

授予、撤消和拒绝权限

请参阅

参考

Table 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

创建、更改和删除表

CREATE TABLE (Transact-SQL)