Dimension.ParentCube Property

 

Gets a CubeDef that contains the Dimension.

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

Syntax

public CubeDef ParentCube { get; }
public:
property CubeDef^ ParentCube {
    CubeDef^ get();
}
member ParentCube : CubeDef with get
Public ReadOnly Property ParentCube As CubeDef

Property Value

Type: Microsoft.AnalysisServices.AdomdClient.CubeDef

A CubeDef that represents the parent cube of the Dimension.

See Also

Dimension Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top