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 bit Boolean representation of the value or null. Provided for easier use in queries.
DateTimeValue datetime2 DateTime representation of the value or null. Provided for easier use in queries, DateTime calculations etc.
ID bigint Internal ID for the WmiInstanceProperty entity (Primary Key)
IntegerValue bigint Integer representation of the value or null. Provided for easier use in queries, for calculations etc.
Value nvarchar String representation of the value. This column is always filled with a string representation.
WmiClassPropertyID bigint Internal ID that references the WmiClassProperty entity (Foreign Key)
WmiClassPropertyID bigint Internal ID that references the WmiClassProperty entity (Foreign Key)
WmiInstanceID bigint Internal ID that references the WmiInstance entity (Foreign Key)
WmiInstanceID bigint Internal ID that references the WmiInstance entity (Foreign Key)