Метод 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
)
Параметры
- item
Тип: Microsoft.AnalysisServices. . :: . .DataSourceView
The DataSourceView to be removed.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item is not contained by the collection. |
См. также