CIM_ElementView class

Represents and association between a view, and an instance that represents the normalized view of a managed resource.

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

Syntax

[Abstract, Association, Experimental, Version("2.21.1"), UMLPackagePath("CIM::Core::CoreElements")]
class CIM_ElementView : CIM_Dependency
{
  CIM_ManagedElement REF Antecedent;
  CIM_View           REF Dependent;
};

Members

The CIM_ElementView class has these types of members:

Properties

The CIM_ElementView class has these properties.

Antecedent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key, Override ("Antecedent")

The instance that represents the normalized view of the managed resource.

Dependent

Data type: CIM_View

Access type: Read-only

Qualifiers: Key, Override ("Dependent")

The view that represents a de-normalized or aggregate view of the managed resource.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_Dependency

Failover Clustering Hyper-V WMI Provider