Метод Remove (PerspectiveCalculation)
Removes the specified PerspectiveCalculation from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As PerspectiveCalculation _
)
'Применение
Dim instance As PerspectiveCalculationCollection
Dim item As PerspectiveCalculation
instance.Remove(item)
public void Remove(
PerspectiveCalculation item
)
public:
void Remove(
PerspectiveCalculation^ item
)
member Remove :
item:PerspectiveCalculation -> unit
public function Remove(
item : PerspectiveCalculation
)
Параметры
- item
Тип Microsoft.AnalysisServices. . :: . .PerspectiveCalculation
The PerspectiveCalculation to remove.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item does not exist the collection. |