Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a CubeDef that contains the Measure.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public ReadOnly Property ParentCube As CubeDef
Get
'Usage
Dim instance As Measure
Dim value As CubeDef
value = instance.ParentCube
public CubeDef ParentCube { get; }
public:
property CubeDef^ ParentCube {
CubeDef^ get ();
}
member ParentCube : CubeDef
function get ParentCube () : CubeDef
Property Value
Type: Microsoft.AnalysisServices.AdomdServer.CubeDef
A CubeDef that contains the Measure.
Remarks
The ParentCube property returns a cube that contains the measure represented by the Measure.