Partager via


Méthode AccountCollection.Remove (Account)

Removes the specified Account from the collection.

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

Syntaxe

'Déclaration
Public Sub Remove ( _
    item As Account _
)
'Utilisation
Dim instance As AccountCollection 
Dim item As Account

instance.Remove(item)
public void Remove(
    Account item
)
public:
void Remove(
    Account^ item
)
member Remove : 
        item:Account -> unit
public function Remove(
    item : Account
)

Paramètres

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.

Voir aussi

Référence

AccountCollection Classe

Surcharge Remove

Espace de noms Microsoft.AnalysisServices