FullTextKeyColumn Property

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。

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

構文

object.FullTextKeyColumn

Part

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

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetFullTextKeyColumn(LPLONG pRetVal);

説明

Microsoft Search requires a single column to identify rows participating in an index that supports full-text query. The column designated must contain unique, non-null 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.

Applies To:

関連項目

参照