The SMS_SummarizationInterval Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 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/WriteQualifiers: NoneDate and time when the software metering interval starts.
- TimeKey
- Data type: UInt32Access type: Read/WriteQualifiers: [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.