CIM_ProductProductDependency class

The CIM_ProductProductDependency class represents an association between two products, which indicates that one must be installed or absent for the other to function. This is conceptually equivalent to the CIM_ServiceServiceDependency association.

Important

The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{65878E68-DB2B-11d2-85FC-0000F8102E5F}"), Association, AMENDMENT]
class CIM_ProductProductDependency
{
  CIM_Product REF DependentProduct;
  CIM_Product REF RequiredProduct;
  uint16          TypeOfDependency;
};

Members

The CIM_ProductProductDependency class has these types of members:

Properties

The CIM_ProductProductDependency class has these properties.

DependentProduct

Data type: CIM_Product

Access type: Read-only

Reference to the product that is dependent on another product.

RequiredProduct

Data type: CIM_Product

Access type: Read-only

Reference to the required product.

TypeOfDependency

Data type: uint16

Access type: Read-only

Nature of the product dependency.

Unknown (0)

Unknown.

Other (1)

Other.

Product Must Be Installed (2)

Product must be installed.

Product Must Not Be Installed (3)

Product must not be installed.

Remarks

WMI does not implement this class.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll