The SMS_BootImagePackage_DriverRef Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents the association between a boot image package and a referenced driver.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Class SMS_BootImagePackage_DriverRef : SMS_BaseClass
{
	 SInt32 CI_ID;
	 String PkgID;
	 String SourcePath;
};

Methods

The SMS_BootImagePackage_DriverRef class does not define any methods.

Properties

CI_ID


Data type: SInt32Access type: Read/WriteQualifiers: [key]The unique ID of the configuration item associated with the SMS_Driver Server WMI Class object. This ID is unique only for the site. The default value is 0.
PkgID


Data type: StringAccess type: Read-onlyQualifiers: [read, key]ID of the boot image package. The default value is "".
SourcePath


Data type: StringAccess type: Read/WriteQualifiers: NoneLocation of the driver content. The default value is "".The value of this property is typically the same as the ContentSourcePath property for the associated SMS_Driver Server WMI Class object. However, the value can be different if the original content location is not available.

Remarks

Class qualifiers for this class include:

  • Read (read-only)

For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

The boot image package is represented by an SMS_BootImagePackage Server WMI Class object. The drivers contained in the package are indicated in the ReferencedDrivers property of this object.

Your application uses this class to determine what drivers are maintained with the boot image.

Requirements

Runtime Requirements

Development Requirements

See Also


Send comments about this topic to Microsoft.