CubeCollection.Remove Method (Cube)
Removes the specified Cube from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As Cube _
)
'Usage
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
)
Parameters
- item
Type: Microsoft.AnalysisServices.Cube
The Cube to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |