FullTextKeyColumn Property (SQL-DMO)

The FullTextKeyColumn property returns the identifier of the column selected for row identification for Microsoft Search.

Applies To

Table Object

Syntax

object.FullTextKeyColumn

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

Remarks

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 table’s PRIMARY KEY constraint or UNIQUE index.

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

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetFullTextKeyColumn(LPLONG pRetVal);

See Also

UniqueIndexForFullText Property


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