AssemblyCollection.Remove Method (Assembly)
Removes the specified Assembly from the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Sub Remove ( _
item As Assembly _
)
'Usage
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
)
Parameters
- item
Type: Microsoft.AnalysisServices.Assembly
The Assembly to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | item is not contained by the collection. |