WmiInstancePropertyArray
For WMI multi-valued (array) properties, each entity is an item in the array.
erDiagram
WmiInstanceProperty ||--o{ WmiInstancePropertyArray : "WmiInstancePropertyID"
Fields
| Field |
Type |
Description |
| ID |
numeric |
Internal ID for the WmiInstancePropertyArray entity (Primary Key) |
| IntegerValue |
numeric |
If the property is an array of numeric values, this contains an integer representation for easier querying |
| Sequence |
numeric |
Specifies the relative order within the array |
| Value |
string |
The value of the item |
| WmiInstancePropertyID |
numeric |
Internal ID that references the WmiInstanceProperty entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| WmiInstancePropertyID |
WmiInstanceProperty |
Each entity is a property scanned for a particular instance of a WMI class per machine |