ModelComponentCollection.IModelComponentCollection.Remove Method (IModelComponent)

Removes the first occurrence of a specific IModelComponent from the ModelComponentCollection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

VB
'Declaration
Private Sub Remove ( _
    item As IModelComponent _
) Implements IModelComponentCollection.Remove
'Usage
Dim instance As ModelComponentCollection 
Dim item As IModelComponent 

CType(instance, IModelComponentCollection).Remove(item)

Parameters

Implements

IModelComponentCollection.Remove(IModelComponent)

See Also

Reference

ModelComponentCollection Class

Remove Overload

Microsoft.AnalysisServices Namespace