Defines values for package status distribution point summarizer state. The values correspond to the values for the State property in the Configuration Manager 2007 software distribution SMS_PackageStatusDistPointsSummarizer Server WMI Class. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As PackageStatusDistPointsSummarizerState

Syntax

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

Members

Member name Description
Installed See the INSTALLED value for State in SMS_PackageStatusDistPointsSummarizer Server WMI Class.
InstallFailed See the INSTALL_FAILED value for State in SMS_PackageStatusDistPointsSummarizer Server WMI Class.
InstallPending See the INSTALL_PENDING value for State in SMS_PackageStatusDistPointsSummarizer Server WMI Class.
InstallRetrying See the INSTALL_RETRYING value for State in SMS_PackageStatusDistPointsSummarizer Server WMI Class.
RemovalFailed See the REMOVAL_FAILED value for State in SMS_PackageStatusDistPointsSummarizer Server WMI Class.
RemovalPending See the REMOVAL_PENDING value for State in SMS_PackageStatusDistPointsSummarizer Server WMI Class.
RemovalRetrying See the REMOVAL_RETRYING value for State in SMS_PackageStatusDistPointsSummarizer Server WMI Class.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also