Método Reorganize
Reorganizes the index based on current property settings.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub Reorganize
'Uso
Dim instance As Index
instance.Reorganize()
public void Reorganize()
public:
void Reorganize()
member Reorganize : unit -> unit
public function Reorganize()
Comentários
Observação |
---|
Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception. |
Consulte também