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;
};

Methods

The SMS_DriverContainer class does not define any methods.

Properties

CI_ID

Data type: UInt32Access type: Read-only Qualifiers: [key, not_null, read]The unique ID of the driver configuration item.
Name

Data type: StringAccess type: Read-only Qualifiers: [read]Driver package or boot image name.
PackageID

Data type: StringAccess type: Read-only Qualifiers: [key, not_null, read]Driver package or boot image ID.
PackageType

Data type: UInt32Access type: Read-only Qualifiers: [enumeration, read]See SMS_PackageBaseclass Server WMI Class.

Remarks

Requirements

Runtime Requirements

Development Requirements