PerspectiveDimension.ParentCube Property

 

Applies To: SQL Server 2016 Preview

Gets the T: HYPERLINK "https://msdn.microsoft.com/en-us/library/microsoft.analysisservices.cube.aspx" Microsoft.AnalysisServices.Cube object that is the parent of the PerspectiveDimension object.

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

Syntax

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

Property Value

Type: Microsoft.AnalysisServices.Cube

A T: HYPERLINK "https://msdn.microsoft.com/en-us/library/microsoft.analysisservices.cube.aspx" Microsoft.AnalysisServices.Cube object.

See Also

PerspectiveDimension Class
Microsoft.AnalysisServices Namespace

Return to top