ManagementPackCube.NamedCalculations Property
[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.
Namespace: Microsoft.EnterpriseManagement.Configuration
Assembly: Microsoft.EnterpriseManagement.Core (in Microsoft.EnterpriseManagement.Core.dll)
Usage
'Usage
Dim instance As ManagementPackCube
Dim value As ICollection(Of ManagementPackNamedCalculationType)
value = instance.NamedCalculations
Syntax
'Declaration
Public ReadOnly Property NamedCalculations As ICollection(Of ManagementPackNamedCalculationType)
public ICollection<ManagementPackNamedCalculationType> NamedCalculations { get; }
public:
property ICollection<ManagementPackNamedCalculationType^>^ NamedCalculations {
ICollection<ManagementPackNamedCalculationType^>^ get ();
}
/** @property */
public ICollection<ManagementPackNamedCalculationType> get_NamedCalculations ()
public function get NamedCalculations () : ICollection<ManagementPackNamedCalculationType>
Property Value
The collection of named calculations.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
Windows Server 2008,Windows Server 2003
See Also
Reference
ManagementPackCube Class
ManagementPackCube Members
Microsoft.EnterpriseManagement.Configuration Namespace