ManagementPack Class
This class represents a System Center Operations Manager 2007 management pack.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim instance As ManagementPack
Syntax
'Declaration
<SerializableAttribute> _
Public Class ManagementPack
Implements IDisposable
[SerializableAttribute]
public class ManagementPack : IDisposable
[SerializableAttribute]
public ref class ManagementPack : IDisposable
/** @attribute SerializableAttribute() */
public class ManagementPack implements IDisposable
SerializableAttribute
public class ManagementPack implements IDisposable
Example
The following example shows how to gather information from existing management packs. For more information, see Automating Management Pack Development.
Remarks
A management pack contains the rules that are applied to managed computers in the management group.
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Configuration.ManagementPack
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 Server 2008, Windows Vista, Windows Server 2003, and Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP
See Also
Reference
ManagementPack Members
Microsoft.EnterpriseManagement.Configuration Namespace