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


Метод AssemblyCollection.Remove (Assembly, Boolean)

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Removes the specified Assembly from the collection.

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

Синтаксис

'Декларация
Public Sub Remove ( _
    item As Assembly, _
    cleanUp As Boolean _
)
'Применение
Dim instance As AssemblyCollection 
Dim item As [Assembly]
Dim cleanUp As Boolean

instance.Remove(item, cleanUp)
public void Remove(
    Assembly item,
    bool cleanUp
)
public:
void Remove(
    Assembly^ item, 
    bool cleanUp
)
member Remove : 
        item:Assembly * 
        cleanUp:bool -> unit
public function Remove(
    item : Assembly, 
    cleanUp : boolean
)

Параметры

  • cleanUp
    Тип: System.Boolean
    true to remove the specified assembly in the collection; otherwise, false.

См. также

Справочник

AssemblyCollection Класс

Перегрузка Remove

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