SMS_BootImagePackage_DriverRef Server WMI Class
Updated: October 28, 2009
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
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;
};
The SMS_BootImagePackage_DriverRef class does not define any methods.
- CI_ID
- Data type: SInt32 Access type: Read/Write Qualifiers: [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: String Access type: Read-only Qualifiers: [read, key] ID of the boot image package. The default value is "".
- SourcePath
- Data type: String Access type: Read/Write Qualifiers: None Location 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.
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.
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.