Поделиться через


Метод PerspectiveCalculationCollection.Add (PerspectiveCalculation)

Adds a PerspectiveCalculation to the end of the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add ( _
    item As PerspectiveCalculation _
) As Integer
'Применение
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

Параметры

Возвращаемое значение

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

См. также

Справочник

PerspectiveCalculationCollection Класс

Перегрузка Add

Пространство имен Microsoft.AnalysisServices