Freigeben über


IsFullTextEnabled Property

Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

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

Syntax

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);

Hinweise

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

Applies To:

Database Object

Siehe auch

Verweis

DisableFullTextCatalogs Method
EnableFullTextCatalogs Method

Hilfe und Informationen

Informationsquellen für SQL Server 2005