Metodo ModelComponentCollection.IModelComponentCollection.Remove (IModelComponent)

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Private Sub Remove ( _
    item As IModelComponent _
) Implements IModelComponentCollection.Remove
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

Implementa

IModelComponentCollection.Remove(IModelComponent)

Vedere anche

Riferimento

ModelComponentCollection Classe

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices