AggregationDimension.CubeDimension Property

Gets the parent CubeDimension corresponding to the AggregationDimension.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property CubeDimension As CubeDimension 
    Get
'Usage
Dim instance As AggregationDimension 
Dim value As CubeDimension 

value = instance.CubeDimension
[BrowsableAttribute(false)]
public CubeDimension CubeDimension { get; }
[BrowsableAttribute(false)]
public:
property CubeDimension^ CubeDimension {
    CubeDimension^ get ();
}
[<BrowsableAttribute(false)>]
member CubeDimension : CubeDimension
function get CubeDimension () : CubeDimension

Property Value

Type: Microsoft.AnalysisServices.CubeDimension
A CubeDimension object.

Remarks

There is one CubeDimension for each dimension on a cube, which covers all the measure groups of the cube.

See Also

Reference

AggregationDimension Class

Microsoft.AnalysisServices Namespace