Condividi tramite


Metodo Remove

Removes the specified Command from the collection.

Spazio dei nomi:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Sub Remove ( _
    item As Command _
)
'Utilizzo
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
)

Parametri

Eccezioni

Eccezione Condizione
ItemNotFoundException

item is not contained by the collection.