title | description | author | ms.author | ms.reviewer | ms.date | ms.service | ms.subservice | ms.topic | f1_keywords | helpviewer_keywords | dev_langs | monikerRange | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
sys.fulltext_index_catalog_usages (Transact-SQL) |
sys.fulltext_index_catalog_usages (Transact-SQL) |
rwestMSFT |
randolphwest |
mikeray |
06/10/2016 |
sql |
system-objects |
reference |
|
|
|
=azuresqldb-current||>=sql-server-2016||>=sql-server-linux-2017||=azuresqldb-mi-current |
[!INCLUDE SQL Server Azure SQL Database Azure SQL Managed Instance]
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. |
[!INCLUDEssCatViewPerm]