LevelCollection.Remove Method (Level)

Removes the specified Level from the collection.

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

Syntax

VB
'Declaration
Public Sub Remove ( _
    item As Level _
)
'Usage
Dim instance As LevelCollection 
Dim item As Level

instance.Remove(item)

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.

See Also

Reference

LevelCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace