Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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
- item
Type: Microsoft.AnalysisServices.Action
The Action to be removed.
Exceptions
| Exception | Condition |
|---|---|
| ItemNotFoundException | item is not contained by the collection. |