Skip to content

WmiInstanceHistoryPropertyArray

For multi-valued (array) properties, each entity is an item in the array.

Fields

Field Type Description
ID bigint Internal ID for the WmiInstanceHistoryPropertyArray entity (Primary Key)
IntegerValue bigint If the property is an array of numeric values, this contains an integer representation for easier querying and calculations.
Sequence bigint Specifies the relative order within the array
Value nvarchar The value of the item
WmiInstanceHistoryPropertyID bigint Internal ID that references the WmiInstanceHistoryProperty entity (Foreign Key)