Compartilhar via


Método AssemblyCollection.Remove (Assembly)

Removes the specified Assembly from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
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

Exceções

Exceção Condição
ItemNotFoundException

item is not contained by the collection.

Consulte também

Referência

AssemblyCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices