共用方式為


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)