Compartilhar via


Método CommandCollection.Remove

Removes the specified Command from the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Sub Remove ( _
    item As Command _
)
'Uso
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
)

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

item is not contained by the collection.

Consulte também

Referência

CommandCollection Classe

Namespace Microsoft.AnalysisServices