ParentCube 属性

Gets a CubeDef that contains the Measure.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.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

注释

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