Partager via


Méthode CommandCollection.Remove

Removes the specified Command from the collection.

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

Syntaxe

'Déclaration
Public Sub Remove ( _
    item As Command _
)
'Utilisation
Dim instance As CommandCollection 
Dim item As Command

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

Paramètres

Exceptions

Exception Condition
ItemNotFoundException

item is not contained by the collection.

Voir aussi

Référence

CommandCollection Classe

Espace de noms Microsoft.AnalysisServices