Partager via


Méthode Remove (Cube)

Removes the specified Cube from the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    item As Cube _
)
'Utilisation
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
)

Paramètres

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.