Метод CubeCollection.Add
Creates and adds a Cube to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add As Cube
'Применение
Dim instance As CubeCollection
Dim returnValue As Cube
returnValue = instance.Add()
public Cube Add()
public:
Cube^ Add()
member Add : unit -> Cube
public function Add() : Cube
Возвращаемое значение
Тип: Microsoft.AnalysisServices.Cube
A new, empty Cube.