Compartir a través de


PerspectiveAction.Parent Propiedad

Gets the parent Perspective of a PerspectiveAction object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Parent As Perspective 
    Get
'Uso
Dim instance As PerspectiveAction 
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.Perspective
An Perspective object.

Vea también

Referencia

PerspectiveAction Clase

Espacio de nombres Microsoft.AnalysisServices