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


Метод 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
)

Параметры

Исключения

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

item is not contained by the collection.