Skip to content

Latest commit

 

History

History
40 lines (34 loc) · 1.78 KB

File metadata and controls

40 lines (34 loc) · 1.78 KB
title sys.column_xml_schema_collection_usages (Transact-SQL)
description sys.column_xml_schema_collection_usages (Transact-SQL)
author rwestMSFT
ms.author randolphwest
ms.date 06/10/2016
ms.prod sql
ms.prod_service database-engine
ms.technology system-objects
ms.topic reference
f1_keywords
column_xml_schema_collection_usages_TSQL
sys.column_xml_schema_collection_usages
column_xml_schema_collection_usages
sys.column_xml_schema_collection_usages_TSQL
helpviewer_keywords
sys.column_xml_schema_collection_usages catalog view
dev_langs
TSQL
ms.assetid 4fd1ec7f-b9dc-4ddb-ab3a-0d59ab05ad20

sys.column_xml_schema_collection_usages (Transact-SQL)

[!INCLUDE SQL Server]

Returns a row for each column that is validated by an XML schema.

Column name Data type Description
object_id int The ID of the object to which this column belongs.
column_id int The ID of the column. Is unique within the object.
xml_collection_id int The ID of the collection that contains the validating XML schema namespace of the column.

Permissions

[!INCLUDEssCatViewPerm] For more information, see Metadata Visibility Configuration.

See Also

Catalog Views (Transact-SQL)
XML Schemas (XML Type System) Catalog Views (Transact-SQL)