WmiInstanceHistoryPropertyArray
For multi-valued (array) properties, each entity is an item in the array.
erDiagram
WmiInstanceHistoryProperty ||--o{ WmiInstanceHistoryPropertyArray : "WmiInstanceHistoryPropertyID"
Fields
| Field |
Type |
Description |
| ID |
numeric |
Internal ID for the WmiInstanceHistoryPropertyArray entity (Primary Key) |
| IntegerValue |
numeric |
If the property is an array of numeric values, this contains an integer representation for easier querying and calculations. |
| Sequence |
numeric |
Specifies the relative order within the array |
| Value |
string |
The value of the item |
| WmiInstanceHistoryPropertyID |
numeric |
Internal ID that references the WmiInstanceHistoryProperty entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| WmiInstanceHistoryPropertyID |
WmiInstanceHistoryProperty |
See WmiInstanceProperty for description of the columns |