ManagementPackSLO Constructor (ManagementPack, String, Guid)
Creates a new ManagementPackSLO 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 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 ManagementPack object that has this element type.
- identifier
The String identifier of this element type.
- uniqueId
The unique Guid object of 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
ManagementPackSLO Class
ManagementPackSLO Members
Microsoft.EnterpriseManagement.Configuration Namespace