Condividi tramite


Rebuild Method

Questa funzionalità verrà rimossa in una delle prossime versioni di Microsoft SQL Server. Evitare di utilizzare questa funzionalità in un nuovo progetto di sviluppo e prevedere interventi di modifica nelle applicazioni in cui è attualmente implementata.

The Rebuild method re-creates the Microsoft Search full-text catalog or Microsoft SQL Server index referenced by the object.

Sintassi

object
.Rebuild(
)

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT Rebuild();

Osservazioni

For the FullTextCatalog object, the Rebuild method removes, then re-creates the structures maintaining the full-text catalog referenced. The re-created catalog is not populated, but is ready for population. After calling the Rebuild method, use the Start method of the FullTextCatalog object to repopulate the full-text catalog.

When using the Rebuild method of an Index object referencing a clustered index, you can set the FillFactor property prior to calling the method to alter index density. For more information about index fill factor, see CREATE INDEX.

Applies To:

FullTextCatalog Object

Index Object

Vedere anche

Riferimento

FillFactor Property
Start Method (FullTextCatalog)

Guida in linea e informazioni

Assistenza su SQL Server 2005