SMS_DriverContainer Server WMI Class
The SMS_DriverContainer
Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents boot image or driver package information that refers to the specified driver.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Class SMS_DriverContainer : SMS_BaseClass
{
UInt32 CI_ID;
String Name;
String PackageID;
UInt32 PackageType;
};
The SMS_DriverContainer
class does not define any methods.
CI_ID
Data type: UInt32
Access type: Read-only
Qualifiers: [key, not_null, read]
The unique ID of the driver configuration item.
Name
Data type: String
Access type: Read-only
Qualifiers: [read]
Driver package or boot image name.
PackageID
Data type: String
Access type: Read-only
Qualifiers: [key, not_null, read]
Driver package or boot image ID.
PackageType
Data type: UInt32
Access type: Read-only
Qualifiers: [enumeration, read]
See SMS_PackageBaseclass Server WMI Class.
For more information, see Configuration Manager Server Runtime Requirements.
For more information, see Configuration Manager Server Development Requirements.