次の方法で共有


FullTextService Object

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

The FullTextService object exposes attributes of the Microsoft Search full-text indexing service.

現在のオブジェクトを表す SQL-DMO オブジェクト モデル

Properties

ConnectTimeout Property

ResourceUsage Property

DefaultPath Property

Status Property (Services)

IsFullTextInstalled Property

 

Methods

CleanUp Method

Stop Method

Start Method (FullTextService, JobServer)

 

解説

The Microsoft Search full-text indexing service enables full-text queries on data maintained by Microsoft SQL Server 2000 and later. Microsoft Search both builds the indexes providing full-text query capability and participates in query resolution by providing result data during a full-text query.

With the FullTextService object, you can:

  • Start or stop Microsoft Search.
  • Configure the Microsoft Search service.
  • Perform full-text catalog maintenance as required.

To configure Microsoft Search using the FullTextService object, the connection must be a member of the Windows Administrators group.

The ConnectTimeout, IsFullTextInstalled, and ResourceUsage properties of the FullTextService object are only compatible with SQL Server version 7.0 or later. However, the SQLServer2 object supports the IsFullTextInstalled property in SQL Server 2000 and later.