다음을 통해 공유


Parent 속성

Gets the Hierarchy object that is the parent of the Level object.

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

구문

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

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