Compartir a través de


DisableFullTextCatalogs Method

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The DisableFullTextCatalogs method suspends Microsoft Search full-text catalog maintenance on the database specified.

Sintaxis

object.DisableFullTextCatalogs()

Parts

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

Prototype (C/C++)

HRESULT DisableFullTextCatalogs( );

Notas

The DisableFullTextCatalogs method removes existing full-text catalogs in an enabled database. The method does not alter full-text index definition on any table in the database.

Restart full-text indexing on a disabled database by using the EnableFullTextCatalogs method, then scheduling, or forcing, an index population.

Applies To: