Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 callback As ObjectTemplateCallback
Dim instance As New EnterpriseManagementObjectProjection(managementGroup, template, callback)
Syntax
'Declaration
Public Sub New ( _
    managementGroup As EnterpriseManagementGroup, _
    template As ManagementPackObjectTemplate, _
    callback As ObjectTemplateCallback _
)
public EnterpriseManagementObjectProjection (
    EnterpriseManagementGroup managementGroup,
    ManagementPackObjectTemplate template,
    ObjectTemplateCallback callback
)
public:
EnterpriseManagementObjectProjection (
    EnterpriseManagementGroup^ managementGroup, 
    ManagementPackObjectTemplate^ template, 
    ObjectTemplateCallback^ callback
)
public EnterpriseManagementObjectProjection (
    EnterpriseManagementGroup managementGroup, 
    ManagementPackObjectTemplate template, 
    ObjectTemplateCallback callback
)
public function EnterpriseManagementObjectProjection (
    managementGroup : EnterpriseManagementGroup, 
    template : ManagementPackObjectTemplate, 
    callback : ObjectTemplateCallback
)
Parameters
- managementGroup
- template
- callback
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