[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)

Usage

Visual Basic
Dim instance As ManagementPackElementStatus

Syntax

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

Members

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.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also