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