Compartilhar via


Método ReportParameterCollection.IList.Remove

Removes the first occurrence of a specified object from the collection.

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

Sintaxe

'Declaração
Private Sub Remove ( _
    value As Object _
) Implements IList.Remove
'Uso
Dim instance As ReportParameterCollection 
Dim value As Object 

CType(instance, IList).Remove(value)
void IList.Remove(
    Object value
)
private:
virtual void Remove(
    Object^ value
) sealed = IList::Remove
private abstract Remove : 
        value:Object -> unit  
private override Remove : 
        value:Object -> unit
JScript dá suporte ao uso de implementações de interfaces explícitas, mas não a declarações de implementações novas.

Parâmetros

Implementa

IList.Remove(Object)

Consulte também

Referência

ReportParameterCollection Classe

Namespace Microsoft.AnalysisServices