ManagementPackSLO Constructor (ManagementPack, String, Guid)
Initializes a new ManagementPackSLO object.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in microsoft.enterprisemanagement.core.dll)
Usage
'Usage
Dim mp As ManagementPack
Dim identifier As String
Dim uniqueId As Guid
Dim instance As New ManagementPackSLO(mp, identifier, uniqueId)
Syntax
'Declaration
Protected Sub New ( _
mp As ManagementPack, _
identifier As String, _
uniqueId As Guid _
)
protected ManagementPackSLO (
ManagementPack mp,
string identifier,
Guid uniqueId
)
protected:
ManagementPackSLO (
ManagementPack^ mp,
String^ identifier,
Guid uniqueId
)
protected ManagementPackSLO (
ManagementPack mp,
String identifier,
Guid uniqueId
)
protected function ManagementPackSLO (
mp : ManagementPack,
identifier : String,
uniqueId : Guid
)
Parameters
- mp
The management pack that this element type is in.
- identifier
A string identifier for this management pack element.
- uniqueId
The globally unique identifier (GUID) for this element.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackSLO Class
ManagementPackSLO Members
Microsoft.EnterpriseManagement.Configuration Namespace