Compartilhar via


Método Table.RecalculateSpaceUsage

Recalculates the space that is used on the table.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public Sub RecalculateSpaceUsage
'Uso
Dim instance As Table

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

Exemplos

Concedendo, revogando e negando permissões

Consulte também

Referência

Table Classe

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Criando, alterando e removendo tabelas

Tabelas

CREATE TABLE (Transact-SQL)