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