Compartilhar via


Método PerspectiveActionCollection.Remove (PerspectiveAction)

Removes the specified PerspectiveAction from the collection.

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

Sintaxe

'Declaração
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
)

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item does not exist in the collection.

Consulte também

Referência

PerspectiveActionCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices