Share via


ActionCollection.Remove Method (Action)

Removes the specified Action from the collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    item As Action _
)
'Usage
Dim instance As ActionCollection 
Dim item As Action

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

Parameters

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.

See Also

Reference

ActionCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace