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


Метод PerspectiveCollection.Add (Perspective)

Adds a Perspective to the end of the collection.

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

Синтаксис

'Декларация
Public Function Add ( _
    item As Perspective _
) As Integer
'Применение
Dim instance As PerspectiveCollection 
Dim item As Perspective 
Dim returnValue As Integer 

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

Параметры

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

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

См. также

Справочник

PerspectiveCollection Класс

Перегрузка Add

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