Share via


ManagementPackCubeExtension(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 ManagementPackCubeExtension class by using the management pack and name parameters.

public:
 ManagementPackCubeExtension(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack, System::String ^ name);
public ManagementPackCubeExtension (Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack, string name);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackCubeExtension : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackCubeExtension
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