Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Syntax
Class SMS_SummarizationInterval : SMS_BaseClass
{
DateTime IntervalStart;
UInt32 TimeKey;
};
Methods
The SMS_SummarizationInterval class does not define any methods.
Properties
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.
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.