Поделиться через


Метод PerspectiveActionCollection.Remove (PerspectiveAction)

Removes the specified PerspectiveAction from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    item As PerspectiveAction _
)
'Применение
Dim instance As PerspectiveActionCollection 
Dim item As PerspectiveAction

instance.Remove(item)
public void Remove(
    PerspectiveAction item
)
public:
void Remove(
    PerspectiveAction^ item
)
member Remove : 
        item:PerspectiveAction -> unit
public function Remove(
    item : PerspectiveAction
)

Параметры

Исключения

Исключение Условие
ItemNotFoundException

item does not exist in the collection.

См. также

Справочник

PerspectiveActionCollection Класс

Перегрузка Remove

Пространство имен Microsoft.AnalysisServices