Condividi tramite


Proprietà PerspectiveMeasure.ParentPerspective

Gets the parent perspective of the PerspectiveMeasure object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property ParentPerspective As Perspective 
    Get
'Utilizzo
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

Valore proprietà

Tipo: Microsoft.AnalysisServices.Perspective
A Perspective object.

Vedere anche

Riferimento

PerspectiveMeasure Classe

Spazio dei nomi Microsoft.AnalysisServices