CalculationPropertyCollection.Remove Method (String, Boolean)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Removes a CalculationProperty from this collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
calculationReference As String, _
cleanUp As Boolean _
)
'Usage
Dim instance As CalculationPropertyCollection
Dim calculationReference As String
Dim cleanUp As Boolean
instance.Remove(calculationReference, _
cleanUp)
public void Remove(
string calculationReference,
bool cleanUp
)
public:
void Remove(
String^ calculationReference,
bool cleanUp
)
member Remove :
calculationReference:string *
cleanUp:bool -> unit
public function Remove(
calculationReference : String,
cleanUp : boolean
)
Parameters
- calculationReference
Type: System.String
The CalculationReference of the CalculationProperty to be removed
- cleanUp
Type: System.Boolean
True if it will delete referencing objects; otherwise, false.