Parent 属性

Gets the parent Cube of the CubeDimension object.

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

语法

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

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

属性值

类型:Microsoft.AnalysisServices. . :: . .Cube
The parent Cube.