ManagementPackTypeProjectionComponent Constructor (ITypeProjectionComponent)
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new ManagementPackTypeProjectionComponent object by using the specified parent component.
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