IModelComponentCollection.Remove Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Remove(IModelComponent) |
Removes an IModelComponent from the collection. |
Remove(IModelComponent, Boolean) |
Removes an IModelComponent from the collection. |
Remove(IModelComponent)
Removes an IModelComponent from the collection.
public void Remove (Microsoft.AnalysisServices.IModelComponent obj);
abstract member Remove : Microsoft.AnalysisServices.IModelComponent -> unit
Public Sub Remove (obj As IModelComponent)
Parameters
- obj
- IModelComponent
The IModelComponent to be removed.
Applies to
Remove(IModelComponent, Boolean)
Removes an IModelComponent from the collection.
public void Remove (Microsoft.AnalysisServices.IModelComponent obj, bool cleanUp);
abstract member Remove : Microsoft.AnalysisServices.IModelComponent * bool -> unit
Public Sub Remove (obj As IModelComponent, cleanUp As Boolean)
Parameters
- obj
- IModelComponent
The IModelComponent to be removed.
- cleanUp
- Boolean
true if it will delete referencing objects; otherwise, false.