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
- item
Tipo: Microsoft.AnalysisServices.IModelComponent
The item to remove.
Implementa
IModelComponentCollection.Remove(IModelComponent)