Поделиться через


Свойство Measure.ParentCube

Gets a CubeDef that contains the Measure.

Пространство имен:  Microsoft.AnalysisServices.AdomdClient
Сборка:  Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.dll)

Синтаксис

'Декларация
Public ReadOnly Property ParentCube As CubeDef 
    Get
'Применение
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

Значение свойства

Тип: Microsoft.AnalysisServices.AdomdClient.CubeDef
A CubeDef that contains the Measure.

Замечания

The ParentCube property returns a cube that contains the measure represented by the Measure.

См. также

Справочник

Measure Класс

Пространство имен Microsoft.AnalysisServices.AdomdClient