Share via


PerspectiveDimension.Parent Property

Gets the parent PerspectiveDimension of the PerspectiveDimension object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Perspective 
    Get
'Usage
Dim instance As PerspectiveDimension 
Dim value As Perspective 

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

Property Value

Type: Microsoft.AnalysisServices.Perspective
A PerspectiveDimension object.

See Also

Reference

PerspectiveDimension Class

Microsoft.AnalysisServices Namespace