sys.type_assembly_usages (Transact-SQL)

Applies to: SQL Server Azure SQL Managed Instance

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)