Metodo Index.Reorganize
Reorganizes the index based on current property settings.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Reorganize
'Utilizzo
Dim instance As Index
instance.Reorganize()
public void Reorganize()
public:
void Reorganize()
member Reorganize : unit -> unit
public function Reorganize()
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