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


Метод PerspectiveCollection.Remove (Perspective)

Removes the specified Perspective from the collection.

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

Синтаксис

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

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

Параметры

Исключения

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

item does not exist in the collection.

См. также

Справочник

PerspectiveCollection Класс

Перегрузка Remove

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