Defines values for the component summarizer type. The values correspond to the values for the Type property in the Configuration Manager 2007 status and state SMS_ComponentSummarizer Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As ComponentSummarizerType

Syntax

Visual Basic
Public Enumeration ComponentSummarizerType
C#
public enum ComponentSummarizerType
C++
public enum class ComponentSummarizerType
J#
public enum ComponentSummarizerType
JScript
public enum ComponentSummarizerType

Members

Member name Description
AutoStarting See the AUTOSTARTING value for Type in SMS_ComponentSummarizer Server WMI Class.
Manual See the MANUAL value for Type in SMS_ComponentSummarizer Server WMI Class.
Scheduled See the SCHEDULED value for Type in SMS_ComponentSummarizer Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also