Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.36 KB

sys-message-type-xml-schema-collection-usages-transact-sql.md

File metadata and controls

33 lines (28 loc) · 1.36 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
sys.message_type_xml_schema_collection_usages (Transact-SQL)
sys.message_type_xml_schema_collection_usages (Transact-SQL)
rwestMSFT
randolphwest
06/10/2016
sql
system-objects
reference
message_type_xml_schema_collection_usages_TSQL
sys.message_type_xml_schema_collection_usages_TSQL
sys.message_type_xml_schema_collection_usages
message_type_xml_schema_collection_usages
sys.message_type_xml_schema_collection_usages catalog view
TSQL

sys.message_type_xml_schema_collection_usages (Transact-SQL)

[!INCLUDE SQL Server]

This catalog view returns a row for each service message type that is validated by an XML schema collection.

Column name Data type Description
message_type_id int The ID of the service message type. Not NULLABLE.
xml_collection_id int The ID of the collection containing the validating XML schema namespace. Not NULLABLE.

Permissions

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