WmiClassProperty¶
Holds a row for each unique property per class scanned
Fields¶
| Field | Type | Description |
|---|---|---|
| Array | bit | true if the property is multivalued (array) |
| ID | bigint | Internal ID for the WmiClassProperty entity (Primary Key) |
| Name | nvarchar | Name of the Property as defined by WMI or Octopus for Octopus extension classes |
| Name | nvarchar | Name of the Property as defined by WMI or Octopus for Octopus extension classes |
| Type | nchar | S for String, I for Integer, B for Boolean |
| WmiClassID | bigint | Internal ID that references the WmiClass entity (Foreign Key) |
| WmiClassID | bigint | Internal ID that references the WmiClass entity (Foreign Key) |