PerspectiveActionCollection.Add Method (PerspectiveAction)
Adds a PerspectiveAction to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
item As PerspectiveAction _
) As Integer
'Usage
Dim instance As PerspectiveActionCollection
Dim item As PerspectiveAction
Dim returnValue As Integer
returnValue = instance.Add(item)
public int Add(
PerspectiveAction item
)
public:
int Add(
PerspectiveAction^ item
)
member Add :
item:PerspectiveAction -> int
public function Add(
item : PerspectiveAction
) : int
Parameters
- item
Type: Microsoft.AnalysisServices.PerspectiveAction
The PerspectiveAction to add.
Return Value
Type: System.Int32
The zero-based index at which the PerspectiveAction has been added.