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


Метод Remove (DataSource)

Removes the specified DataSource from the collection.

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

Синтаксис

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

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

Параметры

Исключения

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

item is not contained by the collection.