Skip to content

Latest commit

 

History

History
50 lines (44 loc) · 1.77 KB

File metadata and controls

50 lines (44 loc) · 1.77 KB

title: "sys.fulltext_index_catalog_usages (Transact-SQL) | Microsoft Docs" ms.custom: "" ms.date: "06/10/2016" ms.prod: "sql" ms.prod_service: "database-engine, sql-database" ms.service: "" ms.component: "system-catalog-views" ms.reviewer: "" ms.suite: "sql" ms.technology:

  • "database-engine" ms.tgt_pltfrm: "" ms.topic: "language-reference" f1_keywords:
  • "sys.fulltext_index_catalog_usages"
  • "sys.fulltext_index_catalog_usages_TSQL"
  • "fulltext_index_catalog_usages"
  • "fulltext_index_catalog_usages_TSQL" dev_langs:
  • "TSQL" helpviewer_keywords:
  • "sys.fulltext_index_catalog_usages catalog view" ms.assetid: d095ab62-270b-484b-a541-9f9e7c951cf0 caps.latest.revision: 15 author: "douglaslMS" ms.author: "douglasl" manager: "craigg" ms.workload: "Inactive" monikerRange: "= azuresqldb-current || >= sql-server-2016 || = sqlallproducts-allversions"

sys.fulltext_index_catalog_usages (Transact-SQL)

[!INCLUDEtsql-appliesto-ss2008-asdb-xxxx-xxx-md]

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

[!INCLUDEssCatViewPerm]

See Also

Catalog Views (Transact-SQL)
Data Spaces (Transact-SQL)