Condividi tramite


Metodo AccountCollection.Remove (String)

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

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

Sintassi

'Dichiarazione
Public Sub Remove ( _
    accountType As String _
)
'Utilizzo
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
)

Parametri

Eccezioni

Eccezione Condizione
ItemNotFoundException

accountType is not contained by the collection.

Vedere anche

Riferimento

AccountCollection Classe

Overload Remove

Spazio dei nomi Microsoft.AnalysisServices