Compartilhar via


Método Add (Cube)

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 ( _
    item As Cube _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

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