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.
Initializes a new ManagementPackTypeProjectionComponent object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim parentComponent As ITypeProjectionComponent
Dim instance As New ManagementPackTypeProjectionComponent(parentComponent)
Syntax
'Declaration
Public Sub New ( _
    parentComponent As ITypeProjectionComponent _
)
public ManagementPackTypeProjectionComponent (
    ITypeProjectionComponent parentComponent
)
public:
ManagementPackTypeProjectionComponent (
    ITypeProjectionComponent^ parentComponent
)
public ManagementPackTypeProjectionComponent (
    ITypeProjectionComponent parentComponent
)
public function ManagementPackTypeProjectionComponent (
    parentComponent : ITypeProjectionComponent
)
Parameters
- parentComponent
 The parent component.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackTypeProjectionComponent Class
ManagementPackTypeProjectionComponent Members
Microsoft.EnterpriseManagement.Configuration Namespace