sys.fulltext_index_columns (Transact-SQL)
Contains a row for each column that is part of a full-text index.
Column name | Data type | Description |
---|---|---|
object_id |
int |
ID of the object of which this is part. |
column_id |
int |
ID of the column that is part of the full-text index. |
type_column_id |
int |
ID of the column that acts as the type specifier for full-text indexing. NULL if not applicable. |
language_id |
int |
LCID used to index this full-text column. 0 = Neutral. |
See Also
Reference
Object Catalog Views (Transact-SQL)
Catalog Views (Transact-SQL)