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