AggregationDesignDimension.ParentCube Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
public Cube ParentCube { get; }
public:
[BrowsableAttribute(false)]
[XmlIgnoreAttribute]
property Cube^ ParentCube {
    Cube^ get();
}
[<BrowsableAttribute(false)>]
[<XmlIgnoreAttribute>]
member ParentCube : Cube with get
<BrowsableAttribute(False)>
<XmlIgnoreAttribute>
Public ReadOnly Property ParentCube As Cube

Property Value

Type: Microsoft.AnalysisServices.Cube

A Cube object.

See Also

AggregationDesignDimension Class
Microsoft.AnalysisServices Namespace

Return to top