NamedSet.ParentCube Property

 

Gets a CubeDef that contains the NamedSet.

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 contains the NamedSet.

See Also

NamedSet Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top