Compartilhar via


ManagementPackTask Constructor (ManagementPackTask)

Initializes a new instance of the ManagementPackTask class using the specified parameter as a template to copy.

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

Usage

'Usage
Dim clone As ManagementPackTask

Dim instance As New ManagementPackTask(clone)

Syntax

'Declaration
Protected Sub New ( _
    clone As ManagementPackTask _
)
protected ManagementPackTask (
    ManagementPackTask clone
)
protected:
ManagementPackTask (
    ManagementPackTask^ clone
)
protected ManagementPackTask (
    ManagementPackTask clone
)
protected function ManagementPackTask (
    clone : ManagementPackTask
)

Parameters

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackTask Class
ManagementPackTask Members
Microsoft.EnterpriseManagement.Configuration Namespace