PerspectiveHierarchy.ParentPerspective 속성
Gets the parent Perspective of a PerspectiveHierarchy object.
네임스페이스: Microsoft.AnalysisServices
어셈블리: Microsoft.AnalysisServices(Microsoft.AnalysisServices.dll)
구문
‘선언
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentPerspective As Perspective
Get
‘사용 방법
Dim instance As PerspectiveHierarchy
Dim value As Perspective
value = instance.ParentPerspective
[BrowsableAttribute(false)]
public Perspective ParentPerspective { get; }
[BrowsableAttribute(false)]
public:
property Perspective^ ParentPerspective {
Perspective^ get ();
}
[<BrowsableAttribute(false)>]
member ParentPerspective : Perspective
function get ParentPerspective () : Perspective
속성 값
유형: Microsoft.AnalysisServices.Perspective
A Perspective object.