Compartir a través de


PerspectiveCalculationCollection.Add Método (PerspectiveCalculation)

Adds a PerspectiveCalculation 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 PerspectiveCalculation _
) As Integer
'Uso
Dim instance As PerspectiveCalculationCollection 
Dim item As PerspectiveCalculation 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    PerspectiveCalculation item
)
public:
int Add(
    PerspectiveCalculation^ item
)
member Add : 
        item:PerspectiveCalculation -> int
public function Add(
    item : PerspectiveCalculation
) : int

Parámetros

Valor devuelto

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

Vea también

Referencia

PerspectiveCalculationCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices