ActionCollection.Remove Method (Action, Boolean)

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Removes the specified Action from the collection and performs a cleanup after the operation.

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

Syntax

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

instance.Remove(item, cleanUp)
public void Remove(
    Action item,
    bool cleanUp
)
public:
void Remove(
    Action^ item, 
    bool cleanUp
)
member Remove : 
        item:Action * 
        cleanUp:bool -> unit
public function Remove(
    item : Action, 
    cleanUp : boolean
)

Parameters

  • cleanUp
    Type: System.Boolean
    true to perform cleanup after operation; otherwise, false.

See Also

Reference

ActionCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace