IModelComponentCollection.Remove Method

Definition

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.

Applies to