Partager via


MonitoringBaseWithId Constructor (EnterpriseManagementGroup)

[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 MonitoringBaseWithId class, and specifies the management group that owns this object.

Namespace: Microsoft.EnterpriseManagement.Common
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)

Usage

'Usage
Dim managementGroup As EnterpriseManagementGroup

Dim instance As New MonitoringBaseWithId(managementGroup)

Syntax

'Declaration
Protected Sub New ( _
    managementGroup As EnterpriseManagementGroup _
)
protected MonitoringBaseWithId (
    EnterpriseManagementGroup managementGroup
)
protected:
MonitoringBaseWithId (
    EnterpriseManagementGroup^ managementGroup
)
protected MonitoringBaseWithId (
    EnterpriseManagementGroup managementGroup
)
protected function MonitoringBaseWithId (
    managementGroup : EnterpriseManagementGroup
)

Parameters

  • managementGroup
    The parent that owns this object.

Platforms

Development Platforms

Windows Vista, Windows Server 2003, and

Target Platforms

Windows Server 2008,Windows Server 2003

See Also

Reference

MonitoringBaseWithId Class
MonitoringBaseWithId Members
Microsoft.EnterpriseManagement.Common Namespace