SMS_SummarizationInterval Server WMI Class
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;
};
Methods
The SMS_SummarizationInterval class does not define any methods.
Properties
IntervalStart
Data type: DateTimeAccess type: Read/Write
Qualifiers: [ResID(2202), ResDLL("SMS_RSTT.dll")]
Date and time when the software metering interval starts.
TimeKey
Data type: UInt32Access type: Read/Write
Qualifiers: [key, ResID(2201), ResDLL("SMS_RSTT.dll")]
Key that uniquely identifies the interval, equivalent to 100*Year+Month.
Remarks
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.
Requirements
Runtime Requirements
For more information, see Configuration Manager Server Runtime Requirements.
Development Requirements
For more information, see Configuration Manager Server Development Requirements.
See Also
Concepts
Software Metering Server WMI Classes
SMS_MonthlyUsageSummary Server WMI Class