次の方法で共有


IsFullTextEnabled Property

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

The IsFullTextEnabled property is TRUE if the referenced database is selected for participation in Microsoft Search full-text queries.

構文

object
.IsFullTextEnabled

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIsFullTextEnabled(LPBOOL pRetVal);

解説

Set database participation in Microsoft Search full-text queries using the EnableFullTextCatalogs and DisableFullTextCatalogs methods.

Applies To:

Database Object

参照

関連項目

DisableFullTextCatalogs Method
EnableFullTextCatalogs Method

ヘルプおよび情報

SQL Server 2005 の参考資料の入手