Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1.47 KB

sys-type-assembly-usages-transact-sql.md

File metadata and controls

39 lines (31 loc) · 1.47 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords dev_langs
sys.type_assembly_usages (Transact-SQL)
sys.type_assembly_usages (Transact-SQL)
rwestMSFT
randolphwest
06/10/2016
sql
system-objects
reference
sys.type_assembly_usages
sys.type_assembly_usages_TSQL
type_assembly_usages_TSQL
type_assembly_usages
sys.type_assembly_usages catalog view
TSQL

sys.type_assembly_usages (Transact-SQL)

[!INCLUDESQL Server SQL MI]

Contains one row per type to assembly reference.

Column name Data type Description
user_type_id int ID of the type

To return the name of the type, join to the sys.types catalog view on this column.
assembly_id int ID of the assembly

Permissions

Requires membership in the public role. For more information, see Metadata Visibility Configuration.

See Also

Scalar Types Catalog Views (Transact-SQL)
Catalog Views (Transact-SQL)