IsFullTextEnabled Property (SQL-DMO)

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

Applies To

Database Object

Syntax

object.IsFullTextEnabled

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

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

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIsFullTextEnabled(LPBOOL pRetVal);

See Also
DisableFullTextCatalogs Method EnableFullTextCatalogs Method

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.