ModelComponentCollection.IModelComponentCollection.Remove Method

Definition

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

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

cleanUp
Boolean

Implements

Applies to