ManagementPackSLO Constructor (ManagementPack, XmlReader)
Creates a new ManagementPackSLO object from an XML stream.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in microsoft.enterprisemanagement.operationsmanager.dll)
Usage
'Usage
Dim mp As ManagementPack
Dim reader As XmlReader
Dim instance As New ManagementPackSLO(mp, reader)
Syntax
'Declaration
Protected Sub New ( _
mp As ManagementPack, _
reader As XmlReader _
)
protected ManagementPackSLO (
ManagementPack mp,
XmlReader reader
)
protected:
ManagementPackSLO (
ManagementPack^ mp,
XmlReader^ reader
)
protected ManagementPackSLO (
ManagementPack mp,
XmlReader reader
)
protected function ManagementPackSLO (
mp : ManagementPack,
reader : XmlReader
)
Parameters
- mp
The ManagementPack object that has this element type.
- reader
The XmlReader object from which to read the 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