sys.type_assembly_usages (Transact-SQL)
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.