Metodo Remove (String)
Removes the CalculationProperty, with the specified identifier, from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Sub Remove ( _
calculationReference As String _
)
'Utilizzo
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
)
Parametri
- calculationReference
Tipo: System. . :: . .String
The identifier of the CalculationProperty to be removed.
Eccezioni
Eccezione | Condizione |
---|---|
ItemNotFoundException | calculationReference is not contained by the collection. |
Vedere anche