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

Eccezioni

Eccezione Condizione
ItemNotFoundException

item is not contained by the collection.

Vedere anche

Riferimento

LevelCollection Classe

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices