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


Метод ActionCollection.Remove (Action)

Removes the specified Action from the collection.

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

Синтаксис

'Декларация
Public Sub Remove ( _
    item As Action _
)
'Применение
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
)

Параметры

Исключения

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

item is not contained by the collection.

См. также

Справочник

ActionCollection Класс

Перегрузка Remove

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