WmiInstanceHistoryProperty¶
See WmiInstanceProperty for description of the columns.
Fields¶
Field | Type | Description |
---|---|---|
BooleanValue | bigint | Boolean representation of the value or null. Provided for easier use in queries, for calculations etc. |
DateTimeValue | datetime2 | DateTime representation of the value or null. Provided for easier use in queries, for calculations etc. |
ID | bigint | Internal ID for the WmiInstanceHistoryProperty entity (Primary Key) |
IntegerValue | bigint | Integer representation of the value or null. Provided for easier use in queries, for calculations etc. |
Value | nvarchar | The value of the property |
WmiClassPropertyID | bigint | Internal ID that references the WmiClassProperty entity (Foreign Key) |
WmiInstanceHistoryID | bigint | Internal ID that references the WmiInstanceHistory entity (Foreign Key) |