次の方法で共有


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(ja-jp,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 の参考資料の入手