Condividi tramite


Metodo PerspectiveCalculationCollection.Add (PerspectiveCalculation)

Adds a PerspectiveCalculation 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 PerspectiveCalculation _
) As Integer
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

PerspectiveCalculationCollection Classe

Overload Add

Spazio dei nomi Microsoft.AnalysisServices