ModelComponentCollection.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
IModelComponentCollection.Remove(IModelComponent) | |
IModelComponentCollection.Remove(IModelComponent, Boolean) |
IModelComponentCollection.Remove(IModelComponent)
void IModelComponentCollection.Remove (Microsoft.AnalysisServices.IModelComponent item);
abstract member Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent -> unit
override this.Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent -> unit
Sub Remove (item As IModelComponent) Implements IModelComponentCollection.Remove
Parameters
- item
- IModelComponent
Implements
Applies to
IModelComponentCollection.Remove(IModelComponent, Boolean)
void IModelComponentCollection.Remove (Microsoft.AnalysisServices.IModelComponent item, bool cleanUp);
abstract member Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent * bool -> unit
override this.Microsoft.AnalysisServices.IModelComponentCollection.Remove : Microsoft.AnalysisServices.IModelComponent * bool -> unit
Sub Remove (item As IModelComponent, cleanUp As Boolean) Implements IModelComponentCollection.Remove
Parameters
- item
- IModelComponent
- cleanUp
- Boolean