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


Метод AssemblyCollection.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
)

Параметры

Исключения

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

item is not contained by the collection.

См. также

Справочник

AssemblyCollection Класс

Перегрузка Remove

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