EnterpriseManagementObjectProjection Constructor (EnterpriseManagementGroup, ManagementPackObjectTemplate)
[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.
Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim managementGroup As EnterpriseManagementGroup
Dim template As ManagementPackObjectTemplate
Dim instance As New EnterpriseManagementObjectProjection(managementGroup, template)
Syntax
'Declaration
Public Sub New ( _
managementGroup As EnterpriseManagementGroup, _
template As ManagementPackObjectTemplate _
)
public EnterpriseManagementObjectProjection (
EnterpriseManagementGroup managementGroup,
ManagementPackObjectTemplate template
)
public:
EnterpriseManagementObjectProjection (
EnterpriseManagementGroup^ managementGroup,
ManagementPackObjectTemplate^ template
)
public EnterpriseManagementObjectProjection (
EnterpriseManagementGroup managementGroup,
ManagementPackObjectTemplate template
)
public function EnterpriseManagementObjectProjection (
managementGroup : EnterpriseManagementGroup,
template : ManagementPackObjectTemplate
)
Parameters
- managementGroup
The management group.
- template
The template to apply to the projection.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
EnterpriseManagementObjectProjection Class
EnterpriseManagementObjectProjection Members
Microsoft.EnterpriseManagement.Common Namespace