Compartilhar via


Método ModelComponentCollection.Remove

Removes the specified IModelComponent from the collection.

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

Sintaxe

'Declaração
Protected Friend Sub Remove ( _
    item As IModelComponent _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ModelComponentCollection Classe

Namespace Microsoft.AnalysisServices