Metodo Index.RecalculateSpaceUsage
Updates the disk resource usage of the index.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub RecalculateSpaceUsage
'Utilizzo
Dim instance As Index
instance.RecalculateSpaceUsage()
public void RecalculateSpaceUsage()
public:
void RecalculateSpaceUsage()
member RecalculateSpaceUsage : unit -> unit
public function RecalculateSpaceUsage()
Osservazioni
[!NOTA]
Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception.
Esempi
Creazione, modifica e rimozione di indici
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.Smo