Metodo Remove (PerspectiveAction)
Removes the specified PerspectiveAction from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
item As PerspectiveAction _
)
'Utilizzo
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
)
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .PerspectiveAction
The PerspectiveAction to remove.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | item does not exist in the collection. |
Vedere anche