Propriedade do RDL Cube.Actions

Gets the actions collection for the cube.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public ReadOnly Property Actions As ActionCollection 
    Get
'Uso
Dim instance As Cube 
Dim value As ActionCollection 

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

Valor da propriedade

Tipo: Microsoft.AnalysisServices.ActionCollection
An ActionCollection object.

Consulte também

Referência

Cube Classe

Namespace Microsoft.AnalysisServices