Метод 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
)
Параметры
- item
Тип: Microsoft.AnalysisServices.Perspective
The Perspective to remove.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item does not exist in the collection. |