Freigeben über


ModelComponentCollection.Remove-Methode

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
)

Parameter

Siehe auch

Verweis

ModelComponentCollection Klasse

Microsoft.AnalysisServices-Namespace