다음을 통해 공유


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.