sys.fulltext_index_catalog_usages (Transact-SQL)

Returns a row for each full-text catalog to full-text index reference.

Column name

Data type

Description

object_id

int

ID of the full-text indexed table. Is unique within the database.

index_id

int

ID of full-text index.

fulltext_catalog_id

int

ID of full-text catalog.

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.