PerspectiveHierarchy.ParentCube 属性

Gets the parent Cube of a PerspectiveHierarchy object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentCube As Cube 
    Get
用法
Dim instance As PerspectiveHierarchy 
Dim value As Cube 

value = instance.ParentCube
[BrowsableAttribute(false)]
public Cube ParentCube { get; }
[BrowsableAttribute(false)]
public:
property Cube^ ParentCube {
    Cube^ get ();
}
[<BrowsableAttribute(false)>]
member ParentCube : Cube
function get ParentCube () : Cube

属性值

类型:Microsoft.AnalysisServices.Cube
A Cube object.

请参阅

参考

PerspectiveHierarchy 类

Microsoft.AnalysisServices 命名空间