Enumerations View (System_Runtime)
Contains the enumeration part of common language runtime (CLR) type definitions.
Fields
The following table lists the fields in the Enumerations view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the enumeration. References the [System_Runtime].[Types] view. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the enumeration. References the [Repository.Item].[Folders] view. (Default = 100) |
LabelKind |
tinyint |
yes |
An enumeration value between 1 and 13 that describes the type of the enumeration label. These numeric values are equivalent to bool, char, double, int8, int16, int32, int64, intPointer, single, uint8, uint16, uint32, and uintPointer, respectively. (Default = 6) |
IsFlags |
bit |
yes |
A bit flag indicating that the enumeration is a bitfield. This is sometimes referred to as a set of flags. (Default = 0) |
Remarks
The following views reference the [System_Runtime].[Enumerations] view.