Compartilhar via


Método CubeCollection.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.

Consulte também

Referência

CubeCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices