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.