Поделиться через


Метод 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
)

Параметры

Исключения

Исключение Условие
ItemNotFoundException

item is not contained by the collection.

См. также

Справочник

DataItemCollection Класс

Пространство имен Microsoft.AnalysisServices