Compartilhar via


FullTextKeyColumn Property

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

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

Sintaxe

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

Comentários

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:

Consulte também

Referência