MicrosoftDNS_StatisticCollection

The MicrosoftDNS_StatisticCollection class represents a collection of related DNS Server statistics.

The following syntax is simplified from MOF code.

class MicrosoftDNS_StatisticCollection : CIM_LogicalElement
{
  string Name;
  uint32 StatId;
  MicrosoftDNS_Statistic Statistics[];
};

Properties

Name

Name of the statistic collection.

StatId

Numeric representation of the statistic collection.

MicrosoftDNS_Statistic Statistics[]

Array of values associated with the statistic.

Methods

This class has no methods.

MicrosoftDNS_Statistic