Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Removes the specified BackupLocation from the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Sub Remove ( _
item As BackupLocation _
)
'Utilisation
Dim instance As BackupLocationCollection
Dim item As BackupLocation
instance.Remove(item)
public void Remove(
BackupLocation item
)
public:
void Remove(
BackupLocation^ item
)
member Remove :
item:BackupLocation -> unit
public function Remove(
item : BackupLocation
)
Paramètres
- item
Type : Microsoft.AnalysisServices.BackupLocation
The BackupLocation to be removed.
Exceptions
| Exception | Condition |
|---|---|
| ItemNotFoundException | item is not contained by the collection. |