Compartilhar via


Método PerspectiveActionCollection.Add (PerspectiveAction)

Adds a PerspectiveAction to the end of the collection.

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

Sintaxe

'Declaração
Public Function Add ( _
    item As PerspectiveAction _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

Tipo: System.Int32
The zero-based index at which the PerspectiveAction has been added.

Consulte também

Referência

PerspectiveActionCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices