Compartir a través de


Remove Método (PerspectiveAction)

Removes the specified PerspectiveAction from the collection.

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

Sintaxis

'Declaración
Public Sub Remove ( _
    item As PerspectiveAction _
)
'Uso
Dim instance As PerspectiveActionCollection
Dim item As PerspectiveAction

instance.Remove(item)
public void Remove(
    PerspectiveAction item
)
public:
void Remove(
    PerspectiveAction^ item
)
member Remove : 
        item:PerspectiveAction -> unit 
public function Remove(
    item : PerspectiveAction
)

Excepciones

Excepción Condición
ItemNotFoundException

item does not exist in the collection.