ManagementPackOverride Class
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Defines the abstract base class for overrides in a management pack. Cast an object of this type as one of the derived types to access override information such as the property or configuration setting that is overridden and the value of the override. For a list of derived classes, see the inheritance hierarchy.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackOverride
Syntax
'Declaration
<SerializableAttribute> _
Public MustInherit Class ManagementPackOverride
Inherits ManagementPackElement
[SerializableAttribute]
public abstract class ManagementPackOverride : ManagementPackElement
[SerializableAttribute]
public ref class ManagementPackOverride abstract : public ManagementPackElement
/** @attribute SerializableAttribute() */
public abstract class ManagementPackOverride extends ManagementPackElement
SerializableAttribute
public abstract class ManagementPackOverride extends ManagementPackElement
Remarks
A management pack contains default settings and thresholds that are set by the vendor of the management pack. These settings represent the vendor's definition of a healthy state for its product. You can use overrides to adjust these default settings and customize them for your network.
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.Extension
Microsoft.EnterpriseManagement.Configuration.ManagementPackItem
Microsoft.EnterpriseManagement.Configuration.ManagementPackElement
Microsoft.EnterpriseManagement.Configuration.ManagementPackOverride
Derived Classes
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackOverride Members
Microsoft.EnterpriseManagement.Configuration Namespace