Types and UDTs don’t appear in sys.objects.
You should be able to get what you’re looking for with the following:
select * from sys.types
where is_user_defined = 1
Types and UDTs don’t appear in sys.objects.
You should be able to get what you’re looking for with the following:
select * from sys.types
where is_user_defined = 1