[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]Creates a new instance of the EnterpriseManagementObjectProjection class with a seed object to populate the projection. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim seedObject As EnterpriseManagementObject

Dim instance As New EnterpriseManagementObjectProjection(seedObject)

Syntax

Visual Basic
Public Sub New ( _
		seedObject As EnterpriseManagementObject _
)
C#
public EnterpriseManagementObjectProjection (
		EnterpriseManagementObject seedObject
)
C++
public:
EnterpriseManagementObjectProjection (
		EnterpriseManagementObject^ seedObject
)
J#
public EnterpriseManagementObjectProjection (
		EnterpriseManagementObject seedObject
)
JScript
public function EnterpriseManagementObjectProjection (
		seedObject : EnterpriseManagementObject
)

Parameters

seedObject

The object to populate the projection with.

Exceptions

Exception type Condition
ArgumentNullException

The seedObject parameter is a null reference (Nothing in Visual Basic).

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also