SMS_SummarizationInterval Server WMI Class

System Center

Updated: October 28, 2009

Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2

The SMS_SummarizationInterval Windows Management Instrumentation (WMI) class is an SMS Provider server class, in 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: [ResID(2202), ResDLL("SMS_RSTT.dll")]

Date and time when the software metering interval starts.

TimeKey
Data type: UInt32

Access type: Read/Write

Qualifiers: [key, ResID(2201), ResDLL("SMS_RSTT.dll")]

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.

Runtime Requirements

Development Requirements

Show: