Partager via


Méthode Remove (Level)

Removes the specified Level from the collection.

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

Syntaxe

'Déclaration
Public Sub Remove ( _
    item As Level _
)
'Utilisation
Dim instance As LevelCollection
Dim item As Level

instance.Remove(item)
public void Remove(
    Level item
)
public:
void Remove(
    Level^ item
)
member Remove : 
        item:Level -> unit 
public function Remove(
    item : Level
)

Paramètres

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.