Compartir a través de


AssemblyCollection.Remove Método (Assembly)

Removes the specified Assembly from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Sub Remove ( _
    item As Assembly _
)
'Uso
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
)

Parámetros

Excepciones

Excepción Condición
ItemNotFoundException

item is not contained by the collection.

Vea también

Referencia

AssemblyCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.AnalysisServices