Метод PerspectiveActionCollection.Remove (String)
Removes a PerspectiveAction from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
actionId As String _
)
'Применение
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
)
Параметры
- actionId
Тип: System.String
The identifier of the PerspectiveAction to be removed.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | actionID does not exist in the collection. |