Metodo Add
Creates and adds a Cube to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add As Cube
'Utilizzo
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
Valore restituito
Tipo: Microsoft.AnalysisServices. . :: . .Cube
A new, empty Cube.
Vedere anche