Метод RestoreLocationCollection.Remove
Removes the specified RestoreLocation from the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Sub Remove ( _
item As RestoreLocation _
)
'Применение
Dim instance As RestoreLocationCollection
Dim item As RestoreLocation
instance.Remove(item)
public void Remove(
RestoreLocation item
)
public:
void Remove(
RestoreLocation^ item
)
member Remove :
item:RestoreLocation -> unit
public function Remove(
item : RestoreLocation
)
Параметры
- item
Тип: Microsoft.AnalysisServices.RestoreLocation
The RestoreLocation to remove.
Исключения
Исключение | Условие |
---|---|
ItemNotFoundException | item diess not exist in the collection. |