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
- item
Tipo: Microsoft.AnalysisServices.Assembly
The Assembly to be removed.
Excepciones
Excepción | Condición |
---|---|
ItemNotFoundException | item is not contained by the collection. |