ComplexTypes View (System_Runtime)
Stores information about complex types.
Fields
The following table lists the fields in the ComplexTypes view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the complex type. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the complex type. References the [Repository.Item].[Folders] view. (Default = 100) |
Kind |
smallint |
yes |
An enumeration value between 6 and 8 that describes the kind of the complex type. These numeric values are equivalent to array, pointer, and function pointer, respectively. |
Module |
bigint |
yes |
The module that contains the complex type. References the [System_Runtime].[Modules] view. |
Signature |
bigint |
yes |
The type signature for the complex type. References the [System_Runtime].[TypeSignatures] view. |