Метод ModelComponentCollection.Remove
Removes the specified IModelComponent from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Protected Friend Sub Remove ( _
item As IModelComponent _
)
'Применение
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
)
Параметры
- item
Тип: Microsoft.AnalysisServices.IModelComponent
The IModelComponent to remove.