Freigeben über


Remove-Methode (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
)

Parameter

Ausnahmen

Ausnahme Bedingung
ItemNotFoundException

item is not contained by the collection.