CIM_MemoryOnCard class

The CIM_MemoryOnCard class associates physical memory located on hosting boards, adapter cards, and so on. This association explicitly defines the relationship of memory to cards.

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 inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, UUID("{FAF76B7C-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_MemoryOnCard : CIM_PackagedComponent
{
  string                 LocationWithinContainer;
  CIM_PhysicalMemory REF PartComponent;
  CIM_Card           REF GroupComponent;
};

Members

The CIM_MemoryOnCard class has these types of members:

Properties

The CIM_MemoryOnCard class has these properties.

GroupComponent

Data type: CIM_Card

Access type: Read-only

Qualifiers: Override ("GroupComponent"), Max (1)

A CIM_Card describing the card that includes or 'contains' memory.

LocationWithinContainer

Data type: string

Access type: Read-only

Free-form string that represents the positioning of the physical element within the physical package. Information relative to stationary elements in the container (for example, "second drive bay from the top"), angles, altitudes, and other data can be recorded in this property. This string could supplement or be used in place of instantiating the CIM_Location object.

This property is inherited from CIM_Container.

PartComponent

Data type: CIM_PhysicalMemory

Access type: Read-only

Qualifiers: Override ("PartComponent")

A CIM_PhysicalMemory describing the physical memory which is located on the card.

Remarks

The CIM_MemoryOnCard class is derived from CIM_PackagedComponent.

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

See also

CIM_PackagedComponent