HasFullTextIndexedTables 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 HasFullTextIndexedTables property reports Microsoft Search full-text catalog use.

Syntax

object
.HasFullTextIndexedTables

Parts

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

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetHasFullTextIndexedTables(LPBOOL pRetVal);

Hinweise

If TRUE, at least one table uses the referenced Microsoft Search full-text catalog for index data storage.

If FALSE, the full-text catalog is not currently used for index data storage.

Applies To:

FullTextCatalog Object