Compartir a través de


Remove Método

Removes the specified Command from the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ItemNotFoundException

item is not contained by the collection.