[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 ObjectProjectionCriteria class, linking it to a specific type projection. Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)

Usage

Visual Basic
Dim typeProjection As ManagementPackTypeProjection

Dim instance As New ObjectProjectionCriteria(typeProjection)

Syntax

Visual Basic
Public Sub New ( _
		typeProjection As ManagementPackTypeProjection _
)
C#
public ObjectProjectionCriteria (
		ManagementPackTypeProjection typeProjection
)
C++
public:
ObjectProjectionCriteria (
		ManagementPackTypeProjection^ typeProjection
)
J#
public ObjectProjectionCriteria (
		ManagementPackTypeProjection typeProjection
)
JScript
public function ObjectProjectionCriteria (
		typeProjection : ManagementPackTypeProjection
)

Parameters

typeProjection

The type projection the criteria references.

Platforms

Development Platforms

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

Target Platforms

Windows Server 2008,Windows Server 2003

See Also