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