FullTextCatalog Object

Microsoft SQL Server의 이후 버전에서는 이 기능이 제거됩니다. 새 개발 작업에서는 이 기능을 사용하지 말고, 현재 이 기능을 사용하는 응용 프로그램은 수정하십시오.

The FullTextCatalog object exposes the properties of a single Microsoft Search persistent data store.

현재 개체를 보여 주는 SQL-DMO 개체 모델

Properties

ErrorLogSize Property

PopulateCompletionAge Property

FullTextCatalogID Property

PopulateCompletionDate Property

FullTextIndexSize Property

PopulateStatus Property

HasFullTextIndexedTables Property

RootPath Property

ItemCount Property

UniqueKeyCount Property

Name Property

 

Methods

GenerateSQL Method (FullTextCatalog)

Script Method

Rebuild Method

Start Method (FullTextCatalog)

Remove Method (Objects)

Stop Method

주의

Microsoft Search enables full-text queries on data maintained by Microsoft SQL Server. The service builds both the indexes providing full-text query capability and participates in query resolution by providing result data during a full-text query. Index data is maintained within a full-text catalog. A FullTextCatalog object exposes the properties of a Microsoft Search full-text catalog.

With the FullTextCatalog object, you can:

  • Define a new Microsoft Search full-text catalog.
  • Rebuild the Microsoft Search full-text catalog.
  • Control index population.
  • Remove a Microsoft Search full-text catalog.

The Name property of a FullTextCatalog object uses the SQL Server data type sysname. The value of the Name property must be unique within a SQL Server database.

By default, a user must have database owner permissions to create, remove, or modify Microsoft Search full-text catalogs.

[!참고] The FullTextCatalog object is compatible with instances SQL Server version 7.0 and later. However, the FullTextCatalog2 object extends the functionality of the FullTextCatalog object for use with features that were introduced in SQL Server 2000.

참고 항목

참조

FullTextCatalog2 Object

도움말 및 정보

SQL Server 2005 지원 받기