Метод DataItemCollection.Remove
Removes the specified DataItem from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As DataItem _
)
'Применение
Dim instance As DataItemCollection
Dim item As DataItem
instance.Remove(item)
public void Remove(
DataItem item
)
public:
void Remove(
DataItem^ item
)
member Remove :
item:DataItem -> unit
public function Remove(
item : DataItem
)
Параметры
- item
Тип: Microsoft.AnalysisServices.DataItem
The DataItem to be removed.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item is not contained by the collection. |