Share via


SMS_DriverContainer Server WMI Class

 

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

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.

Syntax

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: 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.

Remarks

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.