ModelComponentCollection.Remove(IModelComponent) Method

Definition

Removes the specified IModelComponent from the collection.

protected internal void Remove (Microsoft.AnalysisServices.IModelComponent item);
member this.Remove : Microsoft.AnalysisServices.IModelComponent -> unit
Protected Friend Sub Remove (item As IModelComponent)

Parameters

item
IModelComponent

The IModelComponent to remove.

Applies to