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


Метод Add (Cube)

Adds a Cube to the end of the collection.

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

Синтаксис

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

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

Параметры

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

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