Share via


ManagementPackNamedCalculationType Constructor

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the ManagementPackNamedCalculationType class by specifying a management pack.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim managementPack As ManagementPack

Dim instance As New ManagementPackNamedCalculationType(managementPack)

Syntax

'Declaration
Public Sub New ( _
    managementPack As ManagementPack _
)
public ManagementPackNamedCalculationType (
    ManagementPack managementPack
)
public:
ManagementPackNamedCalculationType (
    ManagementPack^ managementPack
)
public ManagementPackNamedCalculationType (
    ManagementPack managementPack
)
public function ManagementPackNamedCalculationType (
    managementPack : ManagementPack
)

Parameters

  • managementPack
    The management pack that this element belongs to.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackNamedCalculationType Class
ManagementPackNamedCalculationType Members
Microsoft.EnterpriseManagement.Configuration Namespace