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: