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


Метод CalculationPropertyCollection.Remove (String)

Removes the CalculationProperty, with the specified identifier, from the collection.

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

Синтаксис

'Декларация
Public Sub Remove ( _
    calculationReference As String _
)
'Применение
Dim instance As CalculationPropertyCollection 
Dim calculationReference As String

instance.Remove(calculationReference)
public void Remove(
    string calculationReference
)
public:
void Remove(
    String^ calculationReference
)
member Remove : 
        calculationReference:string -> unit
public function Remove(
    calculationReference : String
)

Параметры

Исключения

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

calculationReference is not contained by the collection.

См. также

Справочник

CalculationPropertyCollection Класс

Перегрузка Remove

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