ObjectProjectionCriteria Constructor (ManagementPackTypeProjection)
[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
'Usage
Dim typeProjection As ManagementPackTypeProjection
Dim instance As New ObjectProjectionCriteria(typeProjection)
Syntax
'Declaration
Public Sub New ( _
typeProjection As ManagementPackTypeProjection _
)
public ObjectProjectionCriteria (
ManagementPackTypeProjection typeProjection
)
public:
ObjectProjectionCriteria (
ManagementPackTypeProjection^ typeProjection
)
public ObjectProjectionCriteria (
ManagementPackTypeProjection typeProjection
)
public function ObjectProjectionCriteria (
typeProjection : ManagementPackTypeProjection
)
Parameters
- typeProjection
The type projection the criteria references.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ObjectProjectionCriteria Class
ObjectProjectionCriteria Members
Microsoft.EnterpriseManagement.Common Namespace