Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Removes the specified CalculationProperty from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Sub Remove ( _
item As CalculationProperty _
)
'Uso
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
)
Parámetros
- item
Tipo: Microsoft.AnalysisServices.CalculationProperty
The CalculationProperty to be removed.
Excepciones
| Excepción | Condición |
|---|---|
| ItemNotFoundException | item is not contained by the collection. |