Partilhar via


Método Rebuild

Rebuilds the index.

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

Sintaxe

'Declaração
Public Sub Rebuild
'Uso
Dim instance As Index

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

Comentários

ObservaçãoObservação

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