Compartir a través de


Perspective.Actions Propiedad

Gets the actions for the perspective.

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

Sintaxis

'Declaración
<BrowsableAttribute(False)> _
Public ReadOnly Property Actions As PerspectiveActionCollection 
    Get
'Uso
Dim instance As Perspective 
Dim value As PerspectiveActionCollection 

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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.PerspectiveActionCollection
A PerspectiveActionCollection object.

Vea también

Referencia

Perspective Clase

Espacio de nombres Microsoft.AnalysisServices