Méthode Remove (String)
Removes the PerspectiveAction that has the specified identifier from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
actionId As String _
)
'Utilisation
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
)
Paramètres
- actionId
Type : System. . :: . .String
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | actionID does not exist in the collection. |
Voir aussi