Aggregation.ParentCube Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent Cube object of the Aggregation object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.Cube ParentCube { get; }
[<System.ComponentModel.Browsable(false)>]
member this.ParentCube : Microsoft.AnalysisServices.Cube
Public ReadOnly Property ParentCube As Cube
Property Value
The parent Cube object.
- Attributes