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 type column that stores the user-supplied document file extension—".doc", ".xls", and so forth—of the document in a given row. The type column is specified only for columns whose data requires filtering during full-text indexing. NULL if not applicable. For more information, see Full-Text Search Filters. |
language_id |
int |
LCID of language whose word breaker is used to index this full-text column. 0 = Neutral. For more information, see sys.fulltext_languages (Transact-SQL). |
Permissions
In SQL Server 2005 and later versions, the visibility of the metadata in catalog views is limited to securables that a user either owns or on which the user has been granted some permission. For more information, see Metadata Visibility Configuration.
See Also