[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim clone As ManagementPackTask

Dim instance As New ManagementPackTask(clone)

Syntax

Visual Basic
Protected Sub New ( _
		clone As ManagementPackTask _
)
C#
protected ManagementPackTask (
		ManagementPackTask clone
)
C++
protected:
ManagementPackTask (
		ManagementPackTask^ clone
)
J#
protected ManagementPackTask (
		ManagementPackTask clone
)
JScript
protected function ManagementPackTask (
		clone : ManagementPackTask
)

Parameters

clone

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003

See Also