Compartilhar via


Propriedade do RDL PerspectiveMeasure.ParentPerspective

Gets the parent perspective of the PerspectiveMeasure object.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentPerspective As Perspective 
    Get
'Uso
Dim instance As PerspectiveMeasure 
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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.Perspective
A Perspective object.

Consulte também

Referência

PerspectiveMeasure Classe

Namespace Microsoft.AnalysisServices