Share via


ManagementPackCube(ManagementPack, String) Constructor

Definition

[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 ManagementPackCube class using the management pack and the name parameters.

public:
 ManagementPackCube(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack, System::String ^ name);
public ManagementPackCube (Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack, string name);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackCube : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackCube
Public Sub New (managementPack As ManagementPack, name As String)

Parameters

managementPack
ManagementPack

The management pack that this element belongs to.

name
String

The local name for the element.

Applies to