다음을 통해 공유


CubeHierarchy.Parent 속성

Gets the cube hierarchy parent of the CubeHierarchy object.

네임스페이스:  Microsoft.AnalysisServices
어셈블리:  Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)

구문

‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As CubeDimension 
    Get
‘사용 방법
Dim instance As CubeHierarchy 
Dim value As CubeDimension 

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

속성 값

유형: Microsoft.AnalysisServices.CubeDimension
A CubeHierarchy object.

참고 항목

참조

CubeHierarchy 클래스

Microsoft.AnalysisServices 네임스페이스