Skip to content

Latest commit

 

History

History
107 lines (66 loc) · 2.81 KB

cim-relatedstatistics.md

File metadata and controls

107 lines (66 loc) · 2.81 KB
description ms.assetid ms.tgt_platform title ms.topic ms.date topic_type api_name api_type api_location
The CIM\_RelatedStatistics association represents hierarchies and dependencies of related CIM\_StatisticalInformation classes.
f5cea01d-7854-4ad4-a89e-db0ce9f4a83f
multiple
CIM_RelatedStatistics class
reference
05/31/2018
APIRef
kbSyntax
CIM_RelatedStatistics
CIM_RelatedStatistics.RelatedStats
CIM_RelatedStatistics.Stats
DllExport
CIMWin32.dll

CIM_RelatedStatistics class

The CIM_RelatedStatistics association represents hierarchies and dependencies of related CIM_StatisticalInformation classes.

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, Association, UUID("{956597A4-7D80-11D2-AAD3-006008C78BC7}"), AMENDMENT]
class CIM_RelatedStatistics
{
  CIM_StatisticalInformation REF RelatedStats;
  CIM_StatisticalInformation REF Stats;
};

Members

The CIM_RelatedStatistics class has these types of members:

Properties

The CIM_RelatedStatistics class has these properties.

RelatedStats

Data type: CIM_StatisticalInformation

Access type: Read-only

Reference to the related statistics or metrics.

Stats

Data type: CIM_StatisticalInformation

Access type: Read-only

Reference to the statistic information or object.

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