Freigeben über


LevelCollection.Remove-Methode (Level)

Removes the specified Level from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Sub Remove ( _
    item As Level _
)
'Usage
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
)

Parameter

Ausnahmen

Ausnahme Bedingung
ItemNotFoundException

item is not contained by the collection.

Siehe auch

Verweis

LevelCollection Klasse

Remove-Überladung

Microsoft.AnalysisServices-Namespace