Cube.Actions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the actions collection for the cube.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.ActionCollection Actions { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Actions : Microsoft.AnalysisServices.ActionCollection
Public ReadOnly Property Actions As ActionCollection
Property Value
An ActionCollection object.
- Attributes