Compartir a través de


PerspectiveActionCollection.Remove Método (String)

Removes a PerspectiveAction from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    actionId As String _
)
'Uso
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
)

Parámetros

Excepciones

Excepción Condición
ItemNotFoundException

actionID does not exist in the collection.

Vea también

Referencia

PerspectiveActionCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.AnalysisServices