Compartilhar via


Método PerspectiveCalculationCollection.Add (PerspectiveCalculation)

Adds a PerspectiveCalculation to the end of the collection.

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

Sintaxe

'Declaração
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 de retorno

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

Consulte também

Referência

PerspectiveCalculationCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices