Skip to content

WmiInstanceProperty

Each entity is a property scanned for a particular instance of a WMI class per machine

Fields

Field Type Description
BooleanValue boolean Boolean representation of the value or null. Provided for easier use in queries.
DateTimeValue datetime DateTime representation of the value or null. Provided for easier use in queries, DateTime calculations etc.
ID numeric Internal ID for the WmiInstanceProperty entity (Primary Key)
IntegerValue numeric Integer representation of the value or null. Provided for easier use in queries, for calculations etc.
Value string String representation of the value. This column is always filled with a string representation.
WmiClassPropertyID numeric Internal ID that references the WmiClassProperty entity (Foreign Key)
WmiInstanceID numeric Internal ID that references the WmiInstance entity (Foreign Key)