Compartilhar via


Método AccountCollection.Remove (Account)

Removes the specified Account from the collection.

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

Sintaxe

'Declaração
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

Exceções

Exceção Condição
ItemNotFoundException

item is not contained by the collection.

Consulte também

Referência

AccountCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices