Partager via


Remove méthode (Assembly)

Removes the specified Assembly from the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Sub Remove ( _
    item As Assembly _
)
'Utilisation
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
)

Paramètres

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.