共用方式為


RemoveFullTextCatalogs Method

未來的 Microsoft SQL Server 發行版本將不再提供此功能。請避免在新的開發工作中使用此功能,並計劃修改目前使用此功能的應用程式。

The RemoveFullTextCatalogs method drops all Microsoft Search full-text catalogs supporting full-text query on a Microsoft SQL Server database.

語法

object
.RemoveFullTextCatalogs(
)

Parts

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

Prototype (C/C++)

HRESULT RemoveFullTextCatalogs();

備註

The RemoveFullTextCatalogs method:

  • Locates all full-text catalogs defined for a database.
  • Stops population of all full-text catalogs.
  • Disables full-text indexing on any tables whose indexes are maintained in the full-text-catalogs.
  • Drops all full-text catalogs.

The method does not disable full-text indexing on the referenced database but removes all data used to configure full-text indexing and all full-text catalogs supporting the indexes.

ms133982.note(zh-tw,SQL.90).gif附註:
After using the RemoveFullTextCatalogs method, a database must be configured anew to restore full-text indexing on the database. Use the Rebuild method of the FullTextCatalog object to re-create full-text catalogs as currently configured.

Applies To:

Database Object

請參閱

參考

Rebuild Method

說明及資訊

取得 SQL Server 2005 協助