Metodo ModelComponentCollection.Remove
Removes the specified IModelComponent from the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Protected Friend Sub Remove ( _
item As IModelComponent _
)
'Utilizzo
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
)
Parametri
- item
Tipo: Microsoft.AnalysisServices.IModelComponent
The IModelComponent to remove.