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


Метод DataSourceViewCollection.Remove (DataSourceView)

Removes the specified DataSourceView from the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Sub Remove ( _
    item As DataSourceView _
)
'Применение
Dim instance As DataSourceViewCollection 
Dim item As DataSourceView

instance.Remove(item)
public void Remove(
    DataSourceView item
)
public:
void Remove(
    DataSourceView^ item
)
member Remove : 
        item:DataSourceView -> unit
public function Remove(
    item : DataSourceView
)

Параметры

Исключения

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

item is not contained by the collection.

См. также

Справочник

DataSourceViewCollection Класс

Перегрузка Remove

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