Sdílet prostřednictvím


ManagementPackTypeProjection Constructor (ManagementPackTypeProjection)

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

Initializes a new ManagementPackTypeProjection object by using the clone parameter.

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

Usage

'Usage
Dim clone As ManagementPackTypeProjection

Dim instance As New ManagementPackTypeProjection(clone)

Syntax

'Declaration
Public Sub New ( _
    clone As ManagementPackTypeProjection _
)
public ManagementPackTypeProjection (
    ManagementPackTypeProjection clone
)
public:
ManagementPackTypeProjection (
    ManagementPackTypeProjection^ clone
)
public ManagementPackTypeProjection (
    ManagementPackTypeProjection clone
)
public function ManagementPackTypeProjection (
    clone : ManagementPackTypeProjection
)

Parameters

  • clone
    The clone.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

ManagementPackTypeProjection Class
ManagementPackTypeProjection Members
Microsoft.EnterpriseManagement.Configuration Namespace