Freigeben über


CalculationPropertyCollection.Remove-Methode (String)

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Sub Remove ( _
    calculationReference As String _
)
'Usage
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
)

Parameter

Ausnahmen

Ausnahme Bedingung
ItemNotFoundException

calculationReference is not contained by the collection.

Siehe auch

Verweis

CalculationPropertyCollection Klasse

Remove-Überladung

Microsoft.AnalysisServices-Namespace