StructureAttributes
- Last UpdatedMar 10, 2025
- 1 minute read
Contains one row for each attribute definition for the StructureType read-only table.
|
Column |
Data Type |
Description |
|---|---|---|
|
(PK) (FK) StructureId |
uniqueidentifier NOT NULL |
The unique identifier for the structure. StructureID is a foreign key from the StructureType table. |
|
(PK) AttributeName |
nvarchar(255) NOT NULL |
The name of the structure attribute. |
|
(FK) AttributeTypeKey |
int NOT NULL |
The unique identifier for the structure attribute. AttributeTypeKey is a foreign key from the AttributeType table. |
|
AttributeOrder |
tinyint NOT NULL |
The order of the attribute within the structure. |