Metodo PerspectiveActionCollection.Add (PerspectiveAction)
Adds a PerspectiveAction to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
item As PerspectiveAction _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices.PerspectiveAction
The PerspectiveAction to add.
Valore restituito
Tipo: System.Int32
The zero-based index at which the PerspectiveAction has been added.