Compartilhar via


Método AccountCollection.Remove (String)

Removes the Account, with the specified identifier, from the collection.

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

Sintaxe

'Declaração
Public Sub Remove ( _
    accountType As String _
)
'Uso
Dim instance As AccountCollection 
Dim accountType As String

instance.Remove(accountType)
public void Remove(
    string accountType
)
public:
void Remove(
    String^ accountType
)
member Remove : 
        accountType:string -> unit
public function Remove(
    accountType : String
)

Parâmetros

Exceções

Exceção Condição
ItemNotFoundException

accountType is not contained by the collection.

Consulte também

Referência

AccountCollection Classe

Sobrecarregado Remove

Namespace Microsoft.AnalysisServices