Share via


CubeCollection.Add Method

Creates and adds a Cube to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Function Add As Cube
'Usage
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

Return Value

Type: Microsoft.AnalysisServices.Cube
A new, empty Cube.

See Also

Reference

CubeCollection Class

Add Overload

Microsoft.AnalysisServices Namespace