Remove méthode (String)
Removes the Account, with the specified identifier, from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
accountType As String _
)
'Utilisation
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
)
Paramètres
- accountType
Type : System. . :: . .String
The identifier of the Account to be removed.
Exceptions
Exception | Condition |
---|---|
ItemNotFoundException | accountType is not contained by the collection. |