Share via


InventoryDataContext Client WMI Class

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

In Configuration Manager, the InventoryDataContext class is a client Windows Management Instrumentation (WMI) class that represents the WMI context qualifiers to be used with inventory client agent WMI queries built from InventoryDataItem Client WMI Class objects. Typically, dynamic instance providers do not require context qualifiers.

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

Class InventoryDataContext : SMS_InventoryAgent_EmbeddedObject
{
    String Name;
    String Type;
    String Value[];
};

Methods

The InventoryDataContext class does not define any methods.

Properties

  • Name
    Data type: String

    Access type: Read/Write

    Qualifiers: [realkey]

    Name of the context qualifier.

  • Type
    Data type: String

    Access type: Read/Write

    Qualifiers: None

    String representation of the WMI variant data type for the context qualifier (for example, 3 for integer and 8200 for string array).

  • Value
    Data type: String Array

    Access type: Read/Write

    Qualifiers: None

    Context qualifier value, consistent with the specified data type.

Remarks

This class allows a generic method to specify context qualifiers for a WMI class query when they are needed. For example, the File System Inventory provider allows context qualifiers for specifying an amount of time to delay between back-to-back file operations. If no context qualifier is specified, there is no delay or throttling of scanning files on the system disk.

Requirements

Runtime Requirements

For more information, see Configuration Manager Client Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Client Development Requirements.

See Also

Concepts

Inventory Agent Client WMI Classes
InventoryDataItem Client WMI Class
FileSystemFile Client WMI Class