CubeCollection.Add Método (Cube)
Adds a Cube to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Int32
The zero-based index at which the Cube has been added.