Méthode ModelComponentCollection.Remove
Removes the specified IModelComponent from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Protected Friend Sub Remove ( _
item As IModelComponent _
)
'Utilisation
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
)
Paramètres
- item
Type : Microsoft.AnalysisServices.IModelComponent
The IModelComponent to remove.