Compartilhar via


Método LevelCollection.Remove (Level)

Removes the specified Level from the collection.

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

Sintaxe

'Declaração
Public Sub Remove ( _
    item As Level _
)
'Uso
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
)

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item is not contained by the collection.

Consulte também

Referência

LevelCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices