Partager via


Propriété PerspectiveHierarchy.ParentPerspective

Gets the parent Perspective of a PerspectiveHierarchy object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentPerspective As Perspective 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.AnalysisServices.Perspective
A Perspective object.

Voir aussi

Référence

PerspectiveHierarchy Classe

Espace de noms Microsoft.AnalysisServices