CIM_SoftwareElementChecks class
The CIM_SoftwareElementChecks association class relates a software element with condition or location information that a feature may require.
Because software elements in a ready-to-run state cannot transition into another state, the value of the Phase property is restricted to in-state for CIM_SoftwareElement objects in a ready-to-run state.
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
[UUID("{24783E8A-DB31-11d2-85FC-0000F8102E5F}"), Association, Aggregation, Abstract, AMENDMENT]
class CIM_SoftwareElementChecks
{
CIM_Check REF Check;
CIM_SoftwareElement REF Element;
uint16 Phase;
};
Members
The CIM_SoftwareElementChecks class has these types of members:
Properties
The CIM_SoftwareElementChecks class has these properties.
-
Check
-
Reference to the check.
-
Element
-
Reference to the element.
-
Phase
-
-
Data type: uint16
-
Access type: Read-only
Indicates whether the referenced check is an in-state check or a next-state check.
-
-
In-State (0)
-
Next-State (1)
Remarks
WMI does not implement this class. For WMI classes derived from CIM_SoftwareElementChecks, see Win32 Classes.
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 |
|
DLL |
|