[This topic is pre-release documentation and
is subject to change in future releases. Blank topics are included
as placeholders.]Initializes a new
ManagementPackRecoveryOverride object.
Namespace:
Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in
microsoft.enterprisemanagement.core.dll)
Usage
Syntax
Visual Basic |
Protected Sub New ( _
mp As ManagementPack, _
identifier As String, _
uniqueId As Guid _
)
|
C# |
protected ManagementPackRecoveryOverride (
ManagementPack mp,
string identifier,
Guid uniqueId
)
|
C++ |
protected:
ManagementPackRecoveryOverride (
ManagementPack^ mp,
String^ identifier,
Guid uniqueId
)
|
J# |
protected ManagementPackRecoveryOverride (
ManagementPack mp,
String identifier,
Guid uniqueId
)
|
JScript |
protected function ManagementPackRecoveryOverride (
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 Server 2008, Windows Vista, Windows Server 2003, and
Windows XP
Target Platforms
Windows Server 2008,Windows Server 2003
See Also