Share via


Cube.Dimensions property

Gets the dimensions in the cube.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

'Declaration
Public ReadOnly Property Dimensions As DimensionCollection
    Get
'Usage
Dim instance As Cube
Dim value As DimensionCollection

value = instance.Dimensions
public DimensionCollection Dimensions { get; }

Property value

Type: Microsoft.PerformancePoint.Scorecards.DimensionCollection
The dimensions in the cube.

See also

Reference

Cube class

Cube members

Microsoft.PerformancePoint.Scorecards namespace