Expand Minimize
This topic has not yet been rated - Rate this topic

CIM_Statistics class

The CIM_Statistics class represents an association that relates managed system elements to the statistical groups that apply to them.

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

class CIM_Statistics
{
  CIM_ManagedSystemElement   REF Element;
  CIM_StatisticalInformation REF Stats;
};

Members

The CIM_Statistics class has these types of members:

Properties

The CIM_Statistics class has these properties.

Element
Data type: CIM_ManagedSystemElement
Access type: Read-only

Reference to the CIM_ManagedSystemElement class for which statistical or metric data is defined.

Stats
Data type: CIM_StatisticalInformation
Access type: Read-only

Reference to the statistical 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.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Namespace

\root\CIMV2

MOF

Cimwin32.mof

DLL

Cimwin32.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.