Condividi tramite


Metodo RestoreLocationCollection.IList.Remove

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

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

Sintassi

'Dichiarazione
Private Sub Remove ( _
    value As Object _
) Implements IList.Remove
'Utilizzo
Dim instance As RestoreLocationCollection 
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.

Parametri

Implementa

IList.Remove(Object)

Vedere anche

Riferimento

RestoreLocationCollection Classe

Spazio dei nomi Microsoft.AnalysisServices