Compartir a través de


AccountCollection.Remove Método (Account)

Removes the specified Account from the collection.

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

Sintaxis

'Declaración
Public Sub Remove ( _
    item As Account _
)
'Uso
Dim instance As AccountCollection 
Dim item As Account

instance.Remove(item)
public void Remove(
    Account item
)
public:
void Remove(
    Account^ item
)
member Remove : 
        item:Account -> unit
public function Remove(
    item : Account
)

Parámetros

Excepciones

Excepción Condición
ItemNotFoundException

item is not contained by the collection.

Vea también

Referencia

AccountCollection Clase

Sobrecarga de Remove

Espacio de nombres Microsoft.AnalysisServices