Freigeben über


ModelComponentCollection.IModelComponentCollection.Remove-Methode (IModelComponent)

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

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

Syntax

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

CType(instance, IModelComponentCollection).Remove(item)
void IModelComponentCollection.Remove(
    IModelComponent item
)
private:
virtual void Remove(
    IModelComponent^ item
) sealed = IModelComponentCollection::Remove
private abstract Remove : 
        item:IModelComponent -> unit  
private override Remove : 
        item:IModelComponent -> unit
JScript unterstützt die Verwendung expliziter Schnittstellenimplementierungen, aber nicht die Deklaration neuer Schnittstellenimplementierungen.

Parameter

Implementiert

IModelComponentCollection.Remove(IModelComponent)

Siehe auch

Verweis

ModelComponentCollection Klasse

Remove-Überladung

Microsoft.AnalysisServices-Namespace