次の方法で共有


ManagementPackElement Constructor (ManagementPack, String, Guid)

Creates a new ManagementPackElement object.

Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)

Usage

'Usage
Dim mp As ManagementPack
Dim identifier As String
Dim guidId As Guid

Dim instance As New ManagementPackElement(mp, identifier, guidId)

Syntax

'Declaration
Protected Friend Sub New ( _
    mp As ManagementPack, _
    identifier As String, _
    guidId As Guid _
)
protected internal ManagementPackElement (
    ManagementPack mp,
    string identifier,
    Guid guidId
)
protected public:
ManagementPackElement (
    ManagementPack^ mp, 
    String^ identifier, 
    Guid guidId
)
protected ManagementPackElement (
    ManagementPack mp, 
    String identifier, 
    Guid guidId
)
protected internal function ManagementPackElement (
    mp : ManagementPack, 
    identifier : String, 
    guidId : Guid
)

Parameters

  • identifier
    A string identifier for this ManagementPack element.
  • guidId
    The GUID for this element.

Platforms

Development Platforms

Windows Server 2008, Windows Vista, Windows Server 2003, and Windows XP

Target Platforms

Windows Server 2008,Windows Server 2003,Windows Vista,Windows XP

See Also

Reference

ManagementPackElement Class
ManagementPackElement Members
Microsoft.EnterpriseManagement.Configuration Namespace

Send comments about this topic to Microsoft.