Compartir a través de


Remove Método (String)

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

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

Sintaxis

'Declaración
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

Excepciones

Excepción Condición
ItemNotFoundException

accountType is not contained by the collection.