ModelComponentCollection.Remove Método
Removes the specified IModelComponent from the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Protected Friend Sub Remove ( _
item As IModelComponent _
)
'Uso
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
)
Parámetros
- item
Tipo: Microsoft.AnalysisServices.IModelComponent
The IModelComponent to remove.