Compartir a través de


Remove Método (String)

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    calculationReference As String _
)
'Uso
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
)

Parámetros

Excepciones

Excepción Condición
ItemNotFoundException

calculationReference is not contained by the collection.