The SMS_SummarizationSettings Windows Management Instrumentation (WMI) class is an SMS Provider server class, in System Center 2012 R2 Configuration Manager, that represents the site summarization settings for a site.

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

Class SMS_SummarizationSettings : SMS_BaseClass
{
	String ComponentName;
};

Methods

The following table lists the methods in the SMS_SummarizationSettings class.

Method Description

GetSummarizationSettings Method in Class SMS_SummarizationSettings

Gets the summarization schedule.

SetSummarizationSettings Method in Class SMS_SummarizationSettings

Sets the summarization schedule.

Properties

ComponentName

Data type: StringAccess type: ReadQualifiers: [key, not_null, read]Name of the Configuration Manager component.

Remarks

Requirements

Runtime Requirements

Development Requirements

See Also