SMS_SummarizationInterval Server WMI Class

 

Updated: November 1, 2013

Applies To: System Center 2012 Configuration Manager, System Center 2012 Configuration Manager SP1, System Center 2012 R2 Configuration Manager

The SMS_SummarizationInterval Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents the months that have been summarized by a monthly usage summary.

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

Class SMS_SummarizationInterval : SMS_BaseClass
{
      DateTime IntervalStart;
      UInt32 TimeKey;
};

The SMS_SummarizationInterval class does not define any methods.

IntervalStart

Data type: DateTime

Access type: Read/Write

Qualifiers: None

Date and time when the software metering interval starts.

TimeKey

Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

Key that uniquely identifies the interval, equivalent to 100*Year+Month.

There are no special class qualifiers for this class. For more information about both the class qualifiers and the property qualifiers included in the Properties section, see Configuration Manager Class and Property Qualifiers.

This class is the source for the TimeKey property in a monthly usage summary represented by SMS_MonthlyUsageSummary Server WMI Class.

Show: