Freigeben über


PerspectiveActionCollection.Remove-Methode (String)

Removes a PerspectiveAction from the collection.

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

Syntax

'Declaration
Public Sub Remove ( _
    actionId As String _
)
'Usage
Dim instance As PerspectiveActionCollection 
Dim actionId As String

instance.Remove(actionId)
public void Remove(
    string actionId
)
public:
void Remove(
    String^ actionId
)
member Remove : 
        actionId:string -> unit
public function Remove(
    actionId : String
)

Parameter

Ausnahmen

Ausnahme Bedingung
ItemNotFoundException

actionID does not exist in the collection.

Siehe auch

Verweis

PerspectiveActionCollection Klasse

Remove-Überladung

Microsoft.AnalysisServices-Namespace