sys.type_assembly_usages

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

See Also

Reference

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

Help and Information

Getting SQL Server 2005 Assistance

Change History

Release History

14 April 2006

New content:
  • In the description for user_type_id, added information about how to return the name of the type.