sys.assembly_types

compatibility
#compatibility#catalog-view

Description

Analytics Platform System (PDW) SQL analytics endpoint in Microsoft Fabric Contains a row for each user-defined type that is defined by a CLR assembly. The following appear in the list of inherited columns (see ID of the assembly from which this type was created.

Permissions

Article • 05/23/2023 Contains a row for each user-defined type that is defined by a CLR assembly. The following appear in the list of inherited columns (see sys.types (Transact-SQL) ) after. Description ID of the assembly from which this type was created. Name of the class within the assembly that defines this type. Sorting the bytes of this type is equivalent to sorting using comparison operators on the type. Length of the type is always the same as max_length. ProgID of the type as exposed to COM. Assembly qualified type name. The name is in a format suitable to be passed to Type.GetType(). The visibility of the metadata in catalog views is limited to securables that a user either owns, or on which the user was granted some permission. For more information, see Metadata Visibility Configuration. Catalog Views (Transact-SQL) Scalar Types Catalog Views (Transact-SQL) ノ Expand table See Also