Compartir a través de


PerspectiveActionCollection.Add Método (PerspectiveAction)

Adds a PerspectiveAction to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

PerspectiveActionCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices