Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Stores custom modifiers for single-dimension arrays in the [System_Runtime].[SzArrays] view.
Fields
The following table lists the fields in the SzArrayCustomModifiers view.
Column | Type | Required | Description |
---|---|---|---|
Id |
bigint |
yes |
The identifier of the custom modifier. |
CompilerMustUnderstand |
bit |
yes |
A bit flag that specifies that the compiler must understand the modifier. If this flag is set to 0, the modifier is optional and can be ignored. |
CustomModifierType |
bigint |
yes |
A reference to the type of the custom modifier. References the [System_Runtime].[Types] view. |
Folder |
int |
yes |
The “Oslo” repository Folder associated with the custom modifier. References the [Repository.Item].[Folders] view. (Default = 100) |
SzArray |
bigint |
yes |
The single-dimension array that contains the custom modifier. References the [System_Runtime].[SzArrays] view. |