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
- item
Tipo: Microsoft.AnalysisServices.Cube
The Cube to be added.
Valor de retorno
Tipo: System.Int32
The zero-based index at which the Cube has been added.