Compartir a través de


LevelCollection.Remove Método (Level)

Removes the specified Level from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ItemNotFoundException

item is not contained by the collection.

Vea también

Referencia

LevelCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.AnalysisServices