Compartir a través de


ReorganizeAllIndexes Método

Reorganizes all the indexes based on current property settings.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub ReorganizeAllIndexes
'Uso
Dim instance As Index

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

Comentarios

Nota

Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception.