ManagementPackFactTypeDimension Constructor
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Initializes a new instance of the ManagementPackFactTypeDimension class using the specified parameters.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim parent As ManagementPack
Dim alias As String
Dim identifier As String
Dim instance As New ManagementPackFactTypeDimension(parent, alias, identifier)
Syntax
'Declaration
Public Sub New ( _
parent As ManagementPack, _
alias As String, _
identifier As String _
)
public ManagementPackFactTypeDimension (
ManagementPack parent,
string alias,
string identifier
)
public:
ManagementPackFactTypeDimension (
ManagementPack^ parent,
String^ alias,
String^ identifier
)
public ManagementPackFactTypeDimension (
ManagementPack parent,
String alias,
String identifier
)
public function ManagementPackFactTypeDimension (
parent : ManagementPack,
alias : String,
identifier : String
)
Parameters
- parent
The parent ManagementPack.
- alias
The alias for the ManagementPack where the referenced dimension element is defined.
- identifier
The identifier string for the dimension ManagementPack element in the target ManagementPack.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackFactTypeDimension Class
ManagementPackFactTypeDimension Members
Microsoft.EnterpriseManagement.Configuration Namespace