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


Метод PerspectiveActionCollection.Add (PerspectiveAction)

Adds a PerspectiveAction to the end of the collection.

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

Синтаксис

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

Параметры

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

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

См. также

Справочник

PerspectiveActionCollection Класс

Перегрузка Add

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