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


Метод PerspectiveDimensionCollection.Add (PerspectiveDimension)

Adds a PerspectiveDimension to the end of the collection.

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

Синтаксис

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

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

Параметры

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

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

См. также

Справочник

PerspectiveDimensionCollection Класс

Перегрузка Add

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