Share via


ManagementPackCubeExtension.NamedCalculations Property

Definition

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Gets the named calculations for this object instance.

public:
 property System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackNamedCalculationType ^> ^ NamedCalculations { System::Collections::Generic::ICollection<Microsoft::EnterpriseManagement::Configuration::ManagementPackNamedCalculationType ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackNamedCalculationType> NamedCalculations { get; }
member this.NamedCalculations : System.Collections.Generic.ICollection<Microsoft.EnterpriseManagement.Configuration.ManagementPackNamedCalculationType>
Public ReadOnly Property NamedCalculations As ICollection(Of ManagementPackNamedCalculationType)

Property Value

The collection of named calculations.

Applies to