IsFullTextEnabled Property

SQL-DMO

SQL-DMO

IsFullTextEnabled Property

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

Applies To
Database Object
Syntax

object.IsFullTextEnabled

Parts

object

Expression that evaluates to an object in the Applies To list

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIsFullTextEnabled(LPBOOL pRetVal);

Remarks

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

See Also

DisableFullTextCatalogs Method

EnableFullTextCatalogs Method