The SMS_InventoryReportClass Windows Management Instrumentation (WMI) class is an SMS Provider server class embedded in SMS_InventoryReport that represents the classes that are enabled to be collected in this inventory report.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_InventoryReportClass : { String Filter; String ReportProperties[]; String SMSClassID; UInt32 Timeout; }; |
Methods
The SMS_InventoryReportClass class does not define any methods.
Properties
- Filter
- Data type: StringAccess type: Read/Write Qualifiers: noneReserved for future use.
- ReportProperties
- Data type: String Array Access type: Read/Write Qualifiers: noneThe property name in this class to collect.
- SMSClassID
- Data type: StringAccess type: Read/Write Qualifiers: [key]The class id that uniquely identifies this class.
- Timeout
- Data type: UInt32Access type: Read/Write Qualifiers: [not_null]The timeout for the query.
Remarks
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.