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