IsFullTextKey Property (SQL-DMO)

The IsFullTextKey property identifies the index used by Microsoft Search to support row identification.

Applies To

Index Object

Syntax

object.IsFullTextKey

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

Remarks

When True, the referenced index is used by Microsoft Search for row identification.

When False, the referenced index is not used by Microsoft Search.

Microsoft Search requires that a single column identify rows participating in an index supporting full-text query. The column designated must contain unique, nonnull values and must participate in a PRIMARY KEY or UNIQUE key constraint. A table containing a PRIMARY KEY constraint does not require a separate unique index for Microsoft Search configuration.

Use UniqueIndexForFullText to configure Microsoft Search full-text index key column use.

Data Type

Boolean

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetIsFullTextKey(LPBOOL pRetVal);

See Also

UniqueIndexForFullText Property

  


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