Método Remove (Cube)
Removes the specified Cube from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Sub Remove ( _
item As Cube _
)
'Uso
Dim instance As CubeCollection
Dim item As Cube
instance.Remove(item)
public void Remove(
Cube item
)
public:
void Remove(
Cube^ item
)
member Remove :
item:Cube -> unit
public function Remove(
item : Cube
)
Parâmetros
- item
Tipo: Microsoft.AnalysisServices. . :: . .Cube
The Cube to be removed.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | item is not contained by the collection. |
Consulte também