Metodo LevelCollection.Remove (Level)
Removes the specified Level from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
item As Level _
)
'Utilizzo
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
)
Parametri
- item
Tipo: Microsoft.AnalysisServices.Level
The Level to be removed.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | item is not contained by the collection. |