Método Add
Creates and adds a Cube to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add As Cube
'Uso
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
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Cube
A new, empty Cube.
Consulte também