AggregationDimension.ParentCube Property

Gets the Cube object that is the parent of the AggregationDimension object.

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

Syntax

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

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

Property Value

Type: Microsoft.AnalysisServices.Cube
A Cube object.

See Also

Reference

AggregationDimension Class

Microsoft.AnalysisServices Namespace