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
- item
Tipo: Microsoft.AnalysisServices.PerspectiveAction
The PerspectiveAction to remove.
Exceções
Exceção | Condição |
---|---|
ItemNotFoundException | item does not exist in the collection. |