Dela via


ManagementPackElementStatus Enumeration

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

'Usage
Dim instance As ManagementPackElementStatus

Syntax

'Declaration
Public Enumeration ManagementPackElementStatus
public enum ManagementPackElementStatus
public enum class ManagementPackElementStatus
public enum ManagementPackElementStatus
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 Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

Microsoft.EnterpriseManagement.Configuration Namespace