ManagementPackElementStatus Enumeration
System Center
Updated: April 25, 2012
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines the possible state of a management pack element. The status switches to Unchanged after the management pack has been committed.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
| Member name | Description |
|---|---|
| DiscardChanges | Specifies that the element is discarding changes. |
| Invalid | Specifies that the element is invalid. |
| PendingAdd | Specifies that the element is being added. |
| PendingDelete | Specifies that the element is being deleted. |
| PendingUpdate | Specifies that the element is being updated. |
| Unchanged | Specifies that the management pack has been committed. |
Development Platforms
Windows Vista, Windows Server 2003, andTarget Platforms
Windows Server 2008,Windows Server 2003
Show: