ModelComponentCollection.Remove Method

Removes the specified IModelComponent from the collection.

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

Syntax

'Declaration
Protected Friend Sub Remove ( _
    item As IModelComponent _
)
'Usage
Dim item As IModelComponent 

Me.Remove(item)
protected internal void Remove(
    IModelComponent item
)
protected public:
void Remove(
    IModelComponent^ item
)
member Remove : 
        item:IModelComponent -> unit
function Remove(
    item : IModelComponent
)

Parameters

See Also

Reference

ModelComponentCollection Class

Microsoft.AnalysisServices Namespace